Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyDiagnosticConsumer.h126 std::string getCheckName(unsigned DiagnosticID) const;
179 DiagLevelAndFormatString getDiagLevelAndFormatString(unsigned DiagnosticID, in getDiagLevelAndFormatString() argument
183 DiagEngine->getDiagnosticLevel(DiagnosticID, Loc)), in getDiagLevelAndFormatString()
185 DiagEngine->getDiagnosticIDs()->getDescription(DiagnosticID))); in getDiagLevelAndFormatString()
DClangTidyDiagnosticConsumer.cpp251 std::string ClangTidyContext::getCheckName(unsigned DiagnosticID) const { in getCheckName()
253 DiagEngine->getDiagnosticIDs()->getWarningOptionForDiag(DiagnosticID)); in getCheckName()
257 CheckNamesByDiagnosticID.find(DiagnosticID); in getCheckName()
/external/llvm-project/clang/lib/Frontend/
DLogDiagnosticPrinter.cpp67 EmitInteger(OS, DE.DiagnosticID) << '\n'; in EmitDiagEntry()
129 DE.DiagnosticID = Info.getID(); in HandleDiagnostic()
133 std::string(DiagnosticIDs::getWarningOptionForDiag(DE.DiagnosticID)); in HandleDiagnostic()
/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/llvm-project/clang/include/clang/Frontend/
DLogDiagnosticPrinter.h36 unsigned DiagnosticID; member
/external/clang/lib/Sema/
DSemaExpr.cpp1826 unsigned DiagnosticID, unsigned DiagnosticSuggestID) { in emitEmptyLookupTypoDiagnostic() argument
1836 SemaRef.Diag(TypoLoc, DiagnosticID) << Typo; in emitEmptyLookupTypoDiagnostic()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp2107 unsigned DiagnosticID, unsigned DiagnosticSuggestID) { in emitEmptyLookupTypoDiagnostic() argument
2117 SemaRef.Diag(TypoLoc, DiagnosticID) << Typo; in emitEmptyLookupTypoDiagnostic()