Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPPCallbacks.h218 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug() function
537 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override { in PragmaDebug() function
538 First->PragmaDebug(Loc, DebugType); in PragmaDebug()
539 Second->PragmaDebug(Loc, DebugType); in PragmaDebug()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp155 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override;
537 void PrintPPOutputPPCallbacks::PragmaDebug(SourceLocation Loc, in PragmaDebug() function in PrintPPOutputPPCallbacks
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPragma.cpp1209 Callbacks->PragmaDebug(Tok.getLocation(), II->getName()); in HandlePragma()