Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DInefficientStringConcatenationCheck.cpp72 const auto DiagMsg = in check() local
77 diag(LhsStr->getExprLoc(), DiagMsg); in check()
79 diag(PlusOperator->getExprLoc(), DiagMsg); in check()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp662 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo() argument
663 : DiagnosticInfo(DK_Linker, Severity), Msg(DiagMsg) {} in LTODiagnosticInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp701 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo() argument
702 : DiagnosticInfo(DK_Linker, Severity), Msg(DiagMsg) {} in LTODiagnosticInfo()
DThinLTOCodeGenerator.cpp163 ThinLTODiagnosticInfo(const Twine &DiagMsg, in ThinLTODiagnosticInfo() argument
165 : DiagnosticInfo(DK_Linker, Severity), Msg(DiagMsg) {} in ThinLTODiagnosticInfo()
/external/llvm-project/llvm/lib/LTO/
DLTOCodeGenerator.cpp726 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo() argument
727 : DiagnosticInfo(DK_Linker, Severity), Msg(DiagMsg) {} in LTODiagnosticInfo()
DThinLTOCodeGenerator.cpp168 ThinLTODiagnosticInfo(const Twine &DiagMsg, in ThinLTODiagnosticInfo() argument
170 : DiagnosticInfo(DK_Linker, Severity), Msg(DiagMsg) {} in ThinLTODiagnosticInfo()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp642 LoweringDiagnosticInfo(const Twine &DiagMsg, in LoweringDiagnosticInfo() argument
644 : DiagnosticInfo(DK_Lowering, Severity), Msg(DiagMsg) {} in LoweringDiagnosticInfo()
/external/clang/include/clang/Parse/
DParser.h760 StringRef DiagMsg = "");
/external/llvm-project/clang/include/clang/Parse/
DParser.h1020 StringRef DiagMsg = "");
/external/clang/lib/Sema/
DSemaDecl.cpp7169 unsigned DiagMsg = IsLocalFriend ? diag::err_no_matching_local_friend in DiagnoseInvalidRedeclaration() local
7265 SemaRef.Diag(NewFD->getLocation(), DiagMsg) in DiagnoseInvalidRedeclaration()
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp8242 unsigned DiagMsg = in DiagnoseInvalidRedeclaration() local
8342 SemaRef.Diag(NewFD->getLocation(), DiagMsg) in DiagnoseInvalidRedeclaration()