HomeSort by relevance Sort by last modified time
    Searched refs:PragmaDiagnosticPush (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Lex/
PPCallbacks.h 205 virtual void PragmaDiagnosticPush(SourceLocation Loc,
399 void PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) override {
400 First->PragmaDiagnosticPush(Loc, Namespace);
401 Second->PragmaDiagnosticPush(Loc, Namespace);
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 136 void PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) override;
427 PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) {