Home
last modified time | relevance | path

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

/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp589 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo() argument
590 : DiagnosticInfo(DK_Linker, Severity), Msg(DiagMsg) {} in LTODiagnosticInfo()
/external/clang/include/clang/Parse/
DParser.h738 StringRef DiagMsg = "");
/external/clang/lib/Sema/
DSemaDecl.cpp6890 unsigned DiagMsg = IsLocalFriend ? diag::err_no_matching_local_friend in DiagnoseInvalidRedeclaration() local
6986 SemaRef.Diag(NewFD->getLocation(), DiagMsg) in DiagnoseInvalidRedeclaration()