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