Searched refs:PragmaDiagnostic (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 287 virtual void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic() function 610 void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic() function 612 First->PragmaDiagnostic(Loc, Namespace, mapping, Str); in PragmaDiagnostic() 613 Second->PragmaDiagnostic(Loc, Namespace, mapping, Str); in PragmaDiagnostic()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | PrintPreprocessedOutput.cpp | 176 void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, 657 void PrintPPOutputPPCallbacks::PragmaDiagnostic(SourceLocation Loc, in PragmaDiagnostic() function in PrintPPOutputPPCallbacks
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | Pragma.cpp | 1364 Callbacks->PragmaDiagnostic(DiagLoc, Namespace, SV, WarningName); in HandlePragma()
|