Searched refs:PragmaDiagnostic (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 255 virtual void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic() function 558 void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic() function 560 First->PragmaDiagnostic(Loc, Namespace, mapping, Str); in PragmaDiagnostic() 561 Second->PragmaDiagnostic(Loc, Namespace, mapping, Str); in PragmaDiagnostic()
|
/openbsd/gnu/llvm/clang/lib/Frontend/ |
H A D | PrintPreprocessedOutput.cpp | 158 void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, 561 void PrintPPOutputPPCallbacks::PragmaDiagnostic(SourceLocation Loc, in PragmaDiagnostic() function in PrintPPOutputPPCallbacks
|
/openbsd/gnu/llvm/clang/lib/Lex/ |
H A D | Pragma.cpp | 1327 Callbacks->PragmaDiagnostic(DiagLoc, Namespace, SV, WarningName); in HandlePragma()
|