/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineCFGPrinter.h | 75 HandleComment = eraseComment) { 76 return CompleteNodeLabelString(Node, HandleBasicBlock, HandleComment);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | CFGPrinter.h | 145 HandleComment) { 168 HandleComment(OutStr, i, Idx); 219 HandleComment = eraseComment) { 220 return CompleteNodeLabelString(Node, HandleBasicBlock, HandleComment);
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
H A D | CodeRegionGenerator.cpp | 84 void AnalysisRegionCommentConsumer::HandleComment(SMLoc Loc, in HandleComment() function in llvm::mca::AnalysisRegionCommentConsumer 119 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/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
H A D | MCAsmLexer.h | 31 virtual void HandleComment(SMLoc Loc, StringRef CommentText) = 0;
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.h | 90 bool HandleComment(Preprocessor &PP, SourceRange Range) override;
|
H A D | CoverageMappingGen.cpp | 98 bool CoverageSourceInfo::HandleComment(Preprocessor &PP, SourceRange Range) { in HandleComment() function in CoverageSourceInfo
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmLexer.cpp | 208 CommentConsumer->HandleComment( in LexSlash() 237 CommentConsumer->HandleComment( in LexLineComment()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | Preprocessor.cpp | 1425 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { in HandleComment() function in Preprocessor 1430 if ((*H)->HandleComment(*this, Comment)) in HandleComment()
|
H A D | Lexer.cpp | 2694 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipLineComment() 3032 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipBlockComment()
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 2859 bool HandleComment(Token &result, SourceRange Comment); 3052 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment) = 0;
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 772 bool VerifyDiagnosticConsumer::HandleComment(Preprocessor &PP, in HandleComment() function in VerifyDiagnosticConsumer
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 39 bool HandleComment(Preprocessor &PP, SourceRange Comment) override { in HandleComment() function in __anon309dd5710111::ActionCommentHandler
|