Home
last modified time | relevance | path

Searched refs:PragmaDiagnosticPush (Results 1 – 11 of 11) sorted by relevance

/external/clang/include/clang/Lex/
DPPCallbacks.h206 virtual void PragmaDiagnosticPush(SourceLocation Loc, in PragmaDiagnosticPush() function
400 void PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) override { in PragmaDiagnosticPush() function
401 First->PragmaDiagnosticPush(Loc, Namespace); in PragmaDiagnosticPush()
402 Second->PragmaDiagnosticPush(Loc, Namespace); in PragmaDiagnosticPush()
/external/llvm-project/clang/include/clang/Lex/
DPPCallbacks.h229 virtual void PragmaDiagnosticPush(SourceLocation Loc, in PragmaDiagnosticPush() function
476 void PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) override { in PragmaDiagnosticPush() function
477 First->PragmaDiagnosticPush(Loc, Namespace); in PragmaDiagnosticPush()
478 Second->PragmaDiagnosticPush(Loc, Namespace); in PragmaDiagnosticPush()
/external/llvm-project/clang-tools-extra/clang-tidy/
DExpandModularHeadersPPCallbacks.h89 void PragmaDiagnosticPush(SourceLocation Loc, StringRef) override;
DExpandModularHeadersPPCallbacks.cpp211 void ExpandModularHeadersPPCallbacks::PragmaDiagnosticPush(SourceLocation Loc, in PragmaDiagnosticPush() function in clang::tooling::ExpandModularHeadersPPCallbacks
/external/llvm-project/clang-tools-extra/pp-trace/
DPPCallbacksTracker.h116 void PragmaDiagnosticPush(SourceLocation Loc,
DPPCallbacksTracker.cpp227 void PPCallbacksTracker::PragmaDiagnosticPush(SourceLocation Loc, in PragmaDiagnosticPush() function in clang::pp_trace::PPCallbacksTracker
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp135 void PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) override;
436 PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPush() function in PrintPPOutputPPCallbacks
/external/llvm-project/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp138 void PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) override;
485 PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) { in PragmaDiagnosticPush() function in PrintPPOutputPPCallbacks
/external/llvm-project/clang-tools-extra/docs/
Dpp-trace.rst62 * PragmaDiagnosticPush
423 `PragmaDiagnosticPush <https://clang.llvm.org/doxygen/classclang_1_1PPCallbacks.html#a0f3ff19762baa…
426 PragmaDiagnosticPush is called when a #pragma gcc diagnostic push directive is read.
439 - Callback: PragmaDiagnosticPush
/external/clang/lib/Lex/
DPragma.cpp992 Callbacks->PragmaDiagnosticPush(DiagLoc, Namespace); in HandlePragma()
/external/llvm-project/clang/lib/Lex/
DPragma.cpp1199 Callbacks->PragmaDiagnosticPush(DiagLoc, Namespace); in HandlePragma()