Searched refs:DiagMsg (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp701 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) argument
702 : DiagnosticInfo(DK_Linker, Severity), Msg(DiagMsg) {}
H A DThinLTOCodeGenerator.cpp163 ThinLTODiagnosticInfo(const Twine &DiagMsg, argument
165 : DiagnosticInfo(DK_Linker, Severity), Msg(DiagMsg) {}
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h986 StringRef DiagMsg = "");
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp8061 unsigned DiagMsg = local
8161 SemaRef.Diag(NewFD->getLocation(), DiagMsg)

Completed in 210 milliseconds