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

/external/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h149 SourceLocation DiagnosticLoc, bool MatchAnyLine,
156 SourceLocation DiagnosticLoc; member in class:clang::VerifyDiagnosticConsumer::Directive
171 Directive(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, argument
173 : DirectiveLoc(DirectiveLoc), DiagnosticLoc(DiagnosticLoc),
176 assert(!DiagnosticLoc.isInvalid() && "DiagnosticLoc is invalid!");
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp166 StandardDirective(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, argument
169 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max) { }
185 RegexDirective(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, argument
188 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max),
656 OS << "\n File " << SourceMgr.getFilename(D.DiagnosticLoc);
660 OS << " Line " << SourceMgr.getPresumedLineNumber(D.DiagnosticLoc);
661 if (D.DirectiveLoc != D.DiagnosticLoc)
675 SourceLocation DiagnosticLoc) {
676 while (DiagnosticLoc.isMacroID())
677 DiagnosticLoc
674 IsFromSameFile(SourceManager &SM, SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc) argument
875 create(bool RegexKind, SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max) argument
[all...]

Completed in 164 milliseconds