Searched refs:HandleComment (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/llvm-mca/ |
| H A D | CodeRegionGenerator.cpp | 39 void HandleComment(SMLoc Loc, StringRef CommentText) override; 77 void MCACommentConsumer::HandleComment(SMLoc Loc, StringRef CommentText) { in HandleComment() function in llvm::mca::MCACommentConsumer
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/MCParser/ |
| H A D | MCAsmLexer.h | 34 virtual void HandleComment(SMLoc Loc, StringRef CommentText) = 0;
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/ |
| H A D | VerifyDiagnosticConsumer.h | 279 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
|
| /freebsd-12.1/contrib/llvm/lib/MC/MCParser/ |
| H A D | AsmLexer.cpp | 190 CommentConsumer->HandleComment( in LexSlash() 218 CommentConsumer->HandleComment( in LexLineComment()
|
| /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 1059 if ((*H)->HandleComment(*this, Comment)) in HandleComment()
|
| H A D | Lexer.cpp | 2343 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipLineComment() 2615 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipBlockComment()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 2200 bool HandleComment(Token &result, SourceRange Comment); 2215 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment) = 0;
|
| /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
|