/external/llvm-project/clang/include/clang/Lex/ |
D | PPCallbacks.h | 203 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/ |
D | ExpandModularHeadersPPCallbacks.h | 86 void PragmaDebug(SourceLocation Loc, StringRef) override;
|
D | ExpandModularHeadersPPCallbacks.cpp | 201 void ExpandModularHeadersPPCallbacks::PragmaDebug(SourceLocation Loc, in PragmaDebug() function in clang::tooling::ExpandModularHeadersPPCallbacks
|
/external/llvm-project/clang-tools-extra/pp-trace/ |
D | PPCallbacksTracker.h | 112 void PragmaDebug(SourceLocation Loc, llvm::StringRef DebugType) override;
|
D | PPCallbacksTracker.cpp | 206 void PPCallbacksTracker::PragmaDebug(SourceLocation Loc, in PragmaDebug() function in clang::pp_trace::PPCallbacksTracker
|
/external/clang/lib/Frontend/ |
D | PrintPreprocessedOutput.cpp | 134 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override; 424 void PrintPPOutputPPCallbacks::PragmaDebug(SourceLocation Loc, in PragmaDebug() function in PrintPPOutputPPCallbacks
|
/external/llvm-project/clang/lib/Frontend/ |
D | PrintPreprocessedOutput.cpp | 137 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/ |
D | pp-trace.rst | 60 * 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/ |
D | PPCallbacks.h | 180 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug() function
|
/external/clang/lib/Lex/ |
D | Pragma.cpp | 923 Callbacks->PragmaDebug(Tok.getLocation(), II->getName()); in HandlePragma()
|
/external/llvm-project/clang/lib/Lex/ |
D | Pragma.cpp | 1132 Callbacks->PragmaDebug(Tok.getLocation(), II->getName()); in HandlePragma()
|