Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Lex/
DPPCallbacks.h203 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug() function
465 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override { in PragmaDebug() function
466 First->PragmaDebug(Loc, DebugType); in PragmaDebug()
467 Second->PragmaDebug(Loc, DebugType); in PragmaDebug()
/external/llvm-project/clang-tools-extra/clang-tidy/
DExpandModularHeadersPPCallbacks.h86 void PragmaDebug(SourceLocation Loc, StringRef) override;
DExpandModularHeadersPPCallbacks.cpp201 void ExpandModularHeadersPPCallbacks::PragmaDebug(SourceLocation Loc, in PragmaDebug() function in clang::tooling::ExpandModularHeadersPPCallbacks
/external/llvm-project/clang-tools-extra/pp-trace/
DPPCallbacksTracker.h112 void PragmaDebug(SourceLocation Loc, llvm::StringRef DebugType) override;
DPPCallbacksTracker.cpp206 void PPCallbacksTracker::PragmaDebug(SourceLocation Loc, in PragmaDebug() function in clang::pp_trace::PPCallbacksTracker
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp134 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override;
424 void PrintPPOutputPPCallbacks::PragmaDebug(SourceLocation Loc, in PragmaDebug() function in PrintPPOutputPPCallbacks
/external/llvm-project/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp137 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override;
473 void PrintPPOutputPPCallbacks::PragmaDebug(SourceLocation Loc, in PragmaDebug() function in PrintPPOutputPPCallbacks
/external/llvm-project/clang-tools-extra/docs/
Dpp-trace.rst60 * PragmaDebug
379 `PragmaDebug <https://clang.llvm.org/doxygen/classclang_1_1PPCallbacks.html#a57cdccb6dcc07e926513ac…
382 PragmaDebug is called when a #pragma clang __debug directive is read.
395 - Callback: PragmaDebug
/external/clang/include/clang/Lex/
DPPCallbacks.h180 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug() function
/external/clang/lib/Lex/
DPragma.cpp923 Callbacks->PragmaDebug(Tok.getLocation(), II->getName()); in HandlePragma()
/external/llvm-project/clang/lib/Lex/
DPragma.cpp1132 Callbacks->PragmaDebug(Tok.getLocation(), II->getName()); in HandlePragma()