Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DPPCallbacks.h207 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug() function
501 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override { in PragmaDebug() function
502 First->PragmaDebug(Loc, DebugType); in PragmaDebug()
503 Second->PragmaDebug(Loc, DebugType); in PragmaDebug()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp137 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override;
473 void PrintPPOutputPPCallbacks::PragmaDebug(SourceLocation Loc, in PragmaDebug() function in PrintPPOutputPPCallbacks
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DPragma.cpp1246 Callbacks->PragmaDebug(Tok.getLocation(), II->getName()); in HandlePragma()