Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineCFGPrinter.h75 HandleComment = eraseComment) {
76 return CompleteNodeLabelString(Node, HandleBasicBlock, HandleComment);
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DCFGPrinter.h141 HandleComment) {
167 HandleComment(OutStr, i, Idx);
211 HandleComment = eraseComment) {
212 return CompleteNodeLabelString(Node, HandleBasicBlock, HandleComment);
/openbsd-src/gnu/llvm/llvm/tools/llvm-mca/
H A DCodeRegionGenerator.cpp111 void AnalysisRegionCommentConsumer::HandleComment(SMLoc Loc, in HandleComment() function in llvm::mca::AnalysisRegionCommentConsumer
146 void InstrumentRegionCommentConsumer::HandleComment(SMLoc Loc, in HandleComment() function in llvm::mca::InstrumentRegionCommentConsumer
H A DCodeRegionGenerator.h57 void HandleComment(SMLoc Loc, StringRef CommentText) override;
79 void HandleComment(SMLoc Loc, StringRef CommentText) override;
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h31 virtual void HandleComment(SMLoc Loc, StringRef CommentText) = 0;
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.h85 bool HandleComment(Preprocessor &PP, SourceRange Range) override;
H A DCoverageMappingGen.cpp82 bool CoverageSourceInfo::HandleComment(Preprocessor &PP, SourceRange Range) { in HandleComment() function in CoverageSourceInfo
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h323 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DSnippetFile.cpp45 void HandleComment(SMLoc Loc, StringRef CommentText) override { in HandleComment() function in llvm::exegesis::__anone444bc1e0111::BenchmarkCodeStreamer
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp208 CommentConsumer->HandleComment( in LexSlash()
237 CommentConsumer->HandleComment( in LexLineComment()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp1433 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { in HandleComment() function in Preprocessor
1438 if ((*H)->HandleComment(*this, Comment)) in HandleComment()
H A DLexer.cpp2568 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipLineComment()
2906 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipBlockComment()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h2789 bool HandleComment(Token &result, SourceRange Comment);
2859 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment) = 0;
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp761 bool VerifyDiagnosticConsumer::HandleComment(Preprocessor &PP, in HandleComment() function in VerifyDiagnosticConsumer
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParser.cpp36 bool HandleComment(Preprocessor &PP, SourceRange Comment) override { in HandleComment() function in __anonb85a13e80111::ActionCommentHandler