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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp148 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType);
463 void PrintPPOutputPPCallbacks::PragmaDebug(SourceLocation Loc, function in class:PrintPPOutputPPCallbacks
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPPCallbacks.h179 virtual void PragmaDebug(SourceLocation Loc, StringRef DebugType) { function in class:clang::PPCallbacks
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DPragma.cpp898 Callbacks->PragmaDebug(Tok.getLocation(), II->getName());

Completed in 171 milliseconds