Searched refs:PragmaDiagnostic (Results 1 – 3 of 3) sorted by relevance
/external/clang/include/clang/Lex/ |
D | PPCallbacks.h | 217 virtual void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic() function 410 void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, in PragmaDiagnostic() function 412 First->PragmaDiagnostic(Loc, Namespace, mapping, Str); in PragmaDiagnostic() 413 Second->PragmaDiagnostic(Loc, Namespace, mapping, Str); in PragmaDiagnostic()
|
/external/clang/lib/Frontend/ |
D | PrintPreprocessedOutput.cpp | 137 void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, 451 void PrintPPOutputPPCallbacks::PragmaDiagnostic(SourceLocation Loc, in PragmaDiagnostic() function in PrintPPOutputPPCallbacks
|
/external/clang/lib/Lex/ |
D | Pragma.cpp | 1043 Callbacks->PragmaDiagnostic(DiagLoc, Namespace, SV, WarningName); in HandlePragma()
|