Searched defs:HandleComment (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/llvm-mca/ | ||
| H A D | CodeRegionGenerator.cpp | 77 void MCACommentConsumer::HandleComment(SMLoc Loc, StringRef CommentText) { in HandleComment() function in llvm::mca::MCACommentConsumer |
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/ | ||
| H A D | Preprocessor.cpp | 1054 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { in HandleComment() function in Preprocessor |
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ | ||
| H A D | VerifyDiagnosticConsumer.cpp | 605 bool VerifyDiagnosticConsumer::HandleComment(Preprocessor &PP, in HandleComment() function in VerifyDiagnosticConsumer |
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ | ||
| H A D | Parser.cpp | 36 bool HandleComment(Preprocessor &PP, SourceRange Comment) override { in HandleComment() function in __anon574c76200111::ActionCommentHandler |