Home
last modified time | relevance | path

Searched refs:HandleComment (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineCFGPrinter.h75 HandleComment = eraseComment) {
76 return CompleteNodeLabelString(Node, HandleBasicBlock, HandleComment);
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCFGPrinter.h145 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 DCodeRegionGenerator.cpp84 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 DCodeRegionGenerator.h58 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 DMCAsmLexer.h31 virtual void HandleComment(SMLoc Loc, StringRef CommentText) = 0;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h90 bool HandleComment(Preprocessor &PP, SourceRange Range) override;
H A DCoverageMappingGen.cpp98 bool CoverageSourceInfo::HandleComment(Preprocessor &PP, SourceRange Range) { in HandleComment() function in CoverageSourceInfo
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp208 CommentConsumer->HandleComment( in LexSlash()
237 CommentConsumer->HandleComment( in LexLineComment()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1425 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { in HandleComment() function in Preprocessor
1430 if ((*H)->HandleComment(*this, Comment)) in HandleComment()
H A DLexer.cpp2694 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 DPreprocessor.h2859 bool HandleComment(Token &result, SourceRange Comment);
3052 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment) = 0;
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp772 bool VerifyDiagnosticConsumer::HandleComment(Preprocessor &PP, in HandleComment() function in VerifyDiagnosticConsumer
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp39 bool HandleComment(Preprocessor &PP, SourceRange Comment) override { in HandleComment() function in __anon309dd5710111::ActionCommentHandler