HomeSort by: relevance | last modified time | path
    Searched defs:PragmaDiagnosticPop (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
PPCallbacks.h 235 virtual void PragmaDiagnosticPop(SourceLocation Loc,
481 void PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) override {
482 First->PragmaDiagnosticPop(Loc, Namespace);
483 Second->PragmaDiagnosticPop(Loc, Namespace);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 139 void PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) override;
493 PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) {

Completed in 19 milliseconds