Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPPCallbacks.h137 virtual void PragmaComment(SourceLocation Loc, const IdentifierInfo *Kind, in PragmaComment() function
289 virtual void PragmaComment(SourceLocation Loc, const IdentifierInfo *Kind, in PragmaComment() function
291 First->PragmaComment(Loc, Kind, Str); in PragmaComment()
292 Second->PragmaComment(Loc, Kind, Str); in PragmaComment()
/external/clang/lib/Frontend/
DPrintPreprocessedOutput.cpp129 virtual void PragmaComment(SourceLocation Loc, const IdentifierInfo *Kind,
323 void PrintPPOutputPPCallbacks::PragmaComment(SourceLocation Loc, in PragmaComment() function in PrintPPOutputPPCallbacks
/external/clang/lib/Lex/
DPragma.cpp558 Callbacks->PragmaComment(CommentLoc, II, ArgumentString); in HandlePragmaComment()