Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h250 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug() function
589 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override { in PragmaDebug() function
590 First->PragmaDebug(Loc, DebugType); in PragmaDebug()
591 Second->PragmaDebug(Loc, DebugType); in PragmaDebug()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp173 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override;
633 void PrintPPOutputPPCallbacks::PragmaDebug(SourceLocation Loc, in PragmaDebug() function in PrintPPOutputPPCallbacks
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1211 Callbacks->PragmaDebug(Tok.getLocation(), II->getName()); in HandlePragma()