Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPPCallbacks.h183 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug() function
425 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override { in PragmaDebug() function
426 First->PragmaDebug(Loc, DebugType); in PragmaDebug()
427 Second->PragmaDebug(Loc, DebugType); in PragmaDebug()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp138 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override;
472 void PrintPPOutputPPCallbacks::PragmaDebug(SourceLocation Loc, in PragmaDebug() function in PrintPPOutputPPCallbacks
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPragma.cpp1119 Callbacks->PragmaDebug(Tok.getLocation(), II->getName()); in HandlePragma()