HomeSort by relevance Sort by last modified time
    Searched defs:PragmaDiagnosticPop (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Lex/
PPCallbacks.h 212 virtual void PragmaDiagnosticPop(SourceLocation Loc,
405 void PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) override {
406 First->PragmaDiagnosticPop(Loc, Namespace);
407 Second->PragmaDiagnosticPop(Loc, Namespace);
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 136 void PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) override;
434 PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) {

Completed in 364 milliseconds