Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h218 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { PragmaDebug() function
537 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override { PragmaDebug() function
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp550 void PrintPPOutputPPCallbacks::PragmaDebug(SourceLocation Loc, PragmaDebug() function in PrintPPOutputPPCallbacks