HomeSort by: relevance | last modified time | path
    Searched defs:PragmaDiagnosticPush (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
PPCallbacks.h 229 virtual void PragmaDiagnosticPush(SourceLocation Loc,
476 void PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) override {
477 First->PragmaDiagnosticPush(Loc, Namespace);
478 Second->PragmaDiagnosticPush(Loc, Namespace);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 138 void PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) override;
485 PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) {

Completed in 73 milliseconds