Searched defs:DiagnosticLoc (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h203 SourceLocation DiagnosticLoc; member in class:clang::VerifyDiagnosticConsumer::Directive
220 Directive(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp91 StandardDirective(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, argument
109 RegexDirective(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, argument
901 IsFromSameFile(SourceManager &SM, SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc) argument
1114 create(bool RegexKind, SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max) argument
[all...]

Completed in 105 milliseconds