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 211 virtual void PragmaDiagnosticPop(SourceLocation Loc,
407 void PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) override {
408 First->PragmaDiagnosticPop(Loc, Namespace);
409 Second->PragmaDiagnosticPop(Loc, Namespace);
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 140 void PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) override;
435 PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) {

Completed in 368 milliseconds