Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp287 struct UnattachedDirective { struct
298 void attachDirective(DiagnosticsEngine &Diags, const UnattachedDirective &UD, in attachDirective()
340 llvm::StringMap<llvm::SmallVector<UnattachedDirective, 2>> DeferredDirectives;
369 void addDirective(StringRef MarkerName, const UnattachedDirective &UD) { in addDirective()
445 UnattachedDirective D; in ParseDirective()