Home
last modified time | relevance | path

Searched refs:UnattachedDirective (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp286 struct UnattachedDirective { struct
296 void attachDirective(DiagnosticsEngine &Diags, const UnattachedDirective &UD, in attachDirective()
338 llvm::StringMap<llvm::SmallVector<UnattachedDirective, 2>> DeferredDirectives;
367 void addDirective(StringRef MarkerName, const UnattachedDirective &UD) { in addDirective()
444 UnattachedDirective D; in ParseDirective()