| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mca/ |
| H A D | CodeRegionGenerator.cpp | 38 void HandleComment(SMLoc Loc, StringRef CommentText) override; 75 void MCACommentConsumer::HandleComment(SMLoc Loc, StringRef CommentText) { in HandleComment() function in llvm::mca::MCACommentConsumer
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | CFGPrinter.h | 156 HandleComment = eraseComment) { 182 HandleComment(OutStr, i, Idx);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.h | 71 bool HandleComment(Preprocessor &PP, SourceRange Range) override;
|
| H A D | CoverageMappingGen.cpp | 81 bool CoverageSourceInfo::HandleComment(Preprocessor &PP, SourceRange Range) { in HandleComment() function in CoverageSourceInfo
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
| H A D | MCAsmLexer.h | 33 virtual void HandleComment(SMLoc Loc, StringRef CommentText) = 0;
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | VerifyDiagnosticConsumer.h | 323 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmLexer.cpp | 208 CommentConsumer->HandleComment( in LexSlash() 236 CommentConsumer->HandleComment( in LexLineComment()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Preprocessor.cpp | 1396 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { in HandleComment() function in Preprocessor 1401 if ((*H)->HandleComment(*this, Comment)) in HandleComment()
|
| H A D | Lexer.cpp | 2394 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipLineComment() 2680 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipBlockComment()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 2385 bool HandleComment(Token &result, SourceRange Comment); 2409 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment) = 0;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | VerifyDiagnosticConsumer.cpp | 764 bool VerifyDiagnosticConsumer::HandleComment(Preprocessor &PP, in HandleComment() function in VerifyDiagnosticConsumer
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | Parser.cpp | 36 bool HandleComment(Preprocessor &PP, SourceRange Comment) override { in HandleComment() function in __anone33f9ba50111::ActionCommentHandler
|