| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineCFGPrinter.h | 75 HandleComment = eraseComment) { 76 return CompleteNodeLabelString(Node, HandleBasicBlock, HandleComment);
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | CFGPrinter.h | 145 HandleComment) { 169 HandleComment(OutStr, i, Idx); 222 HandleComment = eraseComment) { 223 return CompleteNodeLabelString(Node, HandleBasicBlock, HandleComment);
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mca/ |
| H A D | CodeRegionGenerator.cpp | 76 void AnalysisRegionCommentConsumer::HandleComment(SMLoc Loc, in HandleComment() function in llvm::mca::AnalysisRegionCommentConsumer 111 void InstrumentRegionCommentConsumer::HandleComment(SMLoc Loc, in HandleComment() function in llvm::mca::InstrumentRegionCommentConsumer
|
| H A D | CodeRegionGenerator.h | 58 void HandleComment(SMLoc Loc, StringRef CommentText) override; 80 void HandleComment(SMLoc Loc, StringRef CommentText) override;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
| H A D | MCAsmLexer.h | 31 virtual void HandleComment(SMLoc Loc, StringRef CommentText) = 0;
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | VerifyDiagnosticConsumer.h | 176 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.h | 85 bool HandleComment(Preprocessor &PP, SourceRange Range) override;
|
| H A D | CoverageMappingGen.cpp | 87 bool CoverageSourceInfo::HandleComment(Preprocessor &PP, SourceRange Range) { in HandleComment() function in CoverageSourceInfo
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmLexer.cpp | 208 CommentConsumer->HandleComment( in LexSlash() 237 CommentConsumer->HandleComment( in LexLineComment()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Preprocessor.cpp | 1416 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { in HandleComment() function in Preprocessor 1421 if ((*H)->HandleComment(*this, Comment)) in HandleComment()
|
| H A D | Lexer.cpp | 2638 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipLineComment() 2976 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipBlockComment()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 2788 bool HandleComment(Token &result, SourceRange Comment); 2939 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment) = 0;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | VerifyDiagnosticConsumer.cpp | 767 bool VerifyDiagnosticConsumer::HandleComment(Preprocessor &PP, in HandleComment() function in VerifyDiagnosticConsumer
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | Parser.cpp | 38 bool HandleComment(Preprocessor &PP, SourceRange Comment) override { in HandleComment() function in __anon16746be70111::ActionCommentHandler
|