Searched defs:HandleComment (Results 1 – 4 of 4) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/ | ||
H A D | CommentHandlerTest.cpp | 37 virtual bool HandleComment(Preprocessor &PP, SourceRange Loc) { in HandleComment() function in clang::CommentHandlerVisitor |
/minix3/external/bsd/llvm/dist/clang/lib/Lex/ | ||
H A D | Preprocessor.cpp | 834 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { in HandleComment() function in Preprocessor |
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/ | ||
H A D | VerifyDiagnosticConsumer.cpp | 522 bool VerifyDiagnosticConsumer::HandleComment(Preprocessor &PP, in HandleComment() function in VerifyDiagnosticConsumer |
/minix3/external/bsd/llvm/dist/clang/lib/Parse/ | ||
H A D | Parser.cpp | 36 bool HandleComment(Preprocessor &PP, SourceRange Comment) override { in HandleComment() function in __anon96edab040111::ActionCommentHandler |