Searched defs:PragmaDiagnostic (Results 1 - 2 of 2) sorted by relevance
/external/clang/include/clang/Lex/ | ||
H A D | PPCallbacks.h | 216 virtual void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, function in class:clang::PPCallbacks 397 virtual void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, function in class:clang::PPChainedCallbacks 399 First->PragmaDiagnostic(Loc, Namespace, mapping, Str); 400 Second->PragmaDiagnostic(Loc, Namespace, mapping, Str); |
/external/clang/lib/Frontend/ | ||
H A D | PrintPreprocessedOutput.cpp | 153 virtual void PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, 488 PragmaDiagnostic(SourceLocation Loc, StringRef Namespace, function in class:PrintPPOutputPPCallbacks |
Completed in 81 milliseconds