Searched refs:HandleComment (Results 1 – 7 of 7) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/ |
| H A D | VerifyDiagnosticConsumer.h | 270 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
|
| /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 839 if ((*H)->HandleComment(*this, Comment)) in HandleComment()
|
| H A D | Lexer.cpp | 2121 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipLineComment() 2393 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipBlockComment()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 1608 bool HandleComment(Token &Token, SourceRange Comment); 1623 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment) = 0;
|
| /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
|