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 206 virtual void PragmaDiagnosticPush(SourceLocation Loc,
400 void PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) override {
401 First->PragmaDiagnosticPush(Loc, Namespace);
402 Second->PragmaDiagnosticPush(Loc, Namespace);
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 135 void PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) override;
436 PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) {
  /external/clang/lib/Lex/
Pragma.cpp     [all...]

Completed in 526 milliseconds