Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DLogDiagnosticPrinter.cpp68 EmitInteger(OS, DE.DiagnosticID) << '\n'; in EmitDiagEntry()
130 DE.DiagnosticID = Info.getID(); in HandleDiagnostic()
133 DE.WarningOption = DiagnosticIDs::getWarningOptionForDiag(DE.DiagnosticID); in HandleDiagnostic()
/external/clang/include/clang/Frontend/
DLogDiagnosticPrinter.h37 unsigned DiagnosticID; member
/external/clang/lib/Sema/
DSemaExpr.cpp1826 unsigned DiagnosticID, unsigned DiagnosticSuggestID) { in emitEmptyLookupTypoDiagnostic() argument
1836 SemaRef.Diag(TypoLoc, DiagnosticID) << Typo; in emitEmptyLookupTypoDiagnostic()