Searched refs:DiagMsg (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-tidy/performance/ |
D | InefficientStringConcatenationCheck.cpp | 72 const auto DiagMsg = in check() local 77 diag(LhsStr->getExprLoc(), DiagMsg); in check() 79 diag(PlusOperator->getExprLoc(), DiagMsg); in check()
|
/external/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 662 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/ |
D | LTOCodeGenerator.cpp | 701 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo() argument 702 : DiagnosticInfo(DK_Linker, Severity), Msg(DiagMsg) {} in LTODiagnosticInfo()
|
D | ThinLTOCodeGenerator.cpp | 163 ThinLTODiagnosticInfo(const Twine &DiagMsg, in ThinLTODiagnosticInfo() argument 165 : DiagnosticInfo(DK_Linker, Severity), Msg(DiagMsg) {} in ThinLTODiagnosticInfo()
|
/external/llvm-project/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 726 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo() argument 727 : DiagnosticInfo(DK_Linker, Severity), Msg(DiagMsg) {} in LTODiagnosticInfo()
|
D | ThinLTOCodeGenerator.cpp | 168 ThinLTODiagnosticInfo(const Twine &DiagMsg, in ThinLTODiagnosticInfo() argument 170 : DiagnosticInfo(DK_Linker, Severity), Msg(DiagMsg) {} in ThinLTODiagnosticInfo()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 642 LoweringDiagnosticInfo(const Twine &DiagMsg, in LoweringDiagnosticInfo() argument 644 : DiagnosticInfo(DK_Lowering, Severity), Msg(DiagMsg) {} in LoweringDiagnosticInfo()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 760 StringRef DiagMsg = "");
|
/external/llvm-project/clang/include/clang/Parse/ |
D | Parser.h | 1020 StringRef DiagMsg = "");
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 7169 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/ |
D | SemaDecl.cpp | 8242 unsigned DiagMsg = in DiagnoseInvalidRedeclaration() local 8342 SemaRef.Diag(NewFD->getLocation(), DiagMsg) in DiagnoseInvalidRedeclaration()
|