Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPPCallbacks.h203 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { in PragmaDebug() function
465 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override { in PragmaDebug() function
466 First->PragmaDebug(Loc, DebugType); in PragmaDebug()
467 Second->PragmaDebug(Loc, DebugType); in PragmaDebug()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp137 void PragmaDebug(SourceLocation Loc, StringRef DebugType) override;
473 void PrintPPOutputPPCallbacks::PragmaDebug(SourceLocation Loc, in PragmaDebug() function in PrintPPOutputPPCallbacks
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPragma.cpp1183 Callbacks->PragmaDebug(Tok.getLocation(), II->getName()); in HandlePragma()