Searched refs:PragmaComment (Results 1 – 3 of 3) sorted by relevance
/external/clang/include/clang/Lex/ |
D | PPCallbacks.h | 137 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/ |
D | PrintPreprocessedOutput.cpp | 129 virtual void PragmaComment(SourceLocation Loc, const IdentifierInfo *Kind, 323 void PrintPPOutputPPCallbacks::PragmaComment(SourceLocation Loc, in PragmaComment() function in PrintPPOutputPPCallbacks
|
/external/clang/lib/Lex/ |
D | Pragma.cpp | 558 Callbacks->PragmaComment(CommentLoc, II, ArgumentString); in HandlePragmaComment()
|