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 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) {
  /external/clang/lib/Lex/
Pragma.cpp 961 Callbacks->PragmaDiagnosticPop(DiagLoc, Namespace);
    [all...]

Completed in 75 milliseconds