HomeSort by relevance Sort by last modified time
    Searched refs:PragmaDiagnosticPop (Results 1 - 3 of 3) 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;
444 PragmaDiagnosticPop(SourceLocation Loc, StringRef Namespace) {
  /external/clang/lib/Lex/
Pragma.cpp     [all...]

Completed in 1038 milliseconds