Home
last modified time | relevance | path

Searched defs:PragmaDebug (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/
DPPCallbacks.h221 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug() function
541 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override { in PragmaDebug() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/
DPPCallbacks.h221 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug() function
541 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override { in PragmaDebug() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/
DPPCallbacks.h218 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug() function
537 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override { in PragmaDebug() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/
DPPCallbacks.h221 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug() function
541 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override { in PragmaDebug() function
/aosp_15_r20/external/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp424 void PrintPPOutputPPCallbacks::PragmaDebug(SourceLocation Loc, in PragmaDebug() function in PrintPPOutputPPCallbacks
/aosp_15_r20/external/clang/include/clang/Lex/
H A DPPCallbacks.h180 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug() function