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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPPCallbacks.h165 virtual void PragmaComment(SourceLocation Loc, const IdentifierInfo *Kind, function in class:clang::PPCallbacks
386 virtual void PragmaComment(SourceLocation Loc, const IdentifierInfo *Kind, function in class:clang::PPChainedCallbacks
388 First->PragmaComment(Loc, Kind, Str);
389 Second->PragmaComment(Loc, Kind, Str);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp141 virtual void PragmaComment(SourceLocation Loc, const IdentifierInfo *Kind,
405 void PrintPPOutputPPCallbacks::PragmaComment(SourceLocation Loc, function in class:PrintPPOutputPPCallbacks
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParsePragma.cpp928 PP.getPPCallbacks()->PragmaComment(CommentLoc, II, ArgumentString);

Completed in 111 milliseconds