Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp670 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo() argument
671 : DiagnosticInfo(DK_Linker, Severity), Msg(DiagMsg) {} in LTODiagnosticInfo()
DThinLTOCodeGenerator.cpp157 ThinLTODiagnosticInfo(const Twine &DiagMsg, in ThinLTODiagnosticInfo() argument
159 : DiagnosticInfo(DK_Linker, Severity), Msg(DiagMsg) {} in ThinLTODiagnosticInfo()
/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/clang/include/clang/Parse/
DParser.h760 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()