Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-mca/
H A DCodeRegionGenerator.cpp39 void HandleComment(SMLoc Loc, StringRef CommentText) override;
76 void MCACommentConsumer::HandleComment(SMLoc Loc, StringRef CommentText) { in HandleComment() function in llvm::mca::MCACommentConsumer
/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/find-all-symbols/
H A DPragmaCommentHandler.h31 bool HandleComment(Preprocessor &PP, SourceRange Range) override;
H A DPragmaCommentHandler.cpp21 bool PragmaCommentHandler::HandleComment(Preprocessor &PP, SourceRange Range) { in HandleComment() function in clang::find_all_symbols::PragmaCommentHandler
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/
H A DTodoCommentCheck.cpp24 bool HandleComment(Preprocessor &PP, SourceRange Range) override { in HandleComment() function in clang::tidy::google::readability::TodoCommentCheck::TodoCommentHandler
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DCFGPrinter.h156 HandleComment = eraseComment) {
182 HandleComment(OutStr, i, Idx);
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DMisleadingBidirectional.cpp96 bool HandleComment(Preprocessor &PP, SourceRange Range) override { in HandleComment() function in MisleadingBidirectionalCheck::MisleadingBidirectionalHandler
/llvm-project-15.0.7/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h31 virtual void HandleComment(SMLoc Loc, StringRef CommentText) = 0;
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h323 bool HandleComment(Preprocessor &PP, SourceRange Comment) override;
/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DCanonicalIncludes.cpp712 bool HandleComment(Preprocessor &PP, SourceRange Range) override { in collectIWYUHeaderMaps() function in clang::clangd::collectIWYUHeaderMaps::PragmaCommentHandler
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DSnippetFile.cpp45 void HandleComment(SMLoc Loc, StringRef CommentText) override { in HandleComment() function in llvm::exegesis::__anonb84b27170111::BenchmarkCodeStreamer
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DCommentHandlerTest.cpp36 bool HandleComment(Preprocessor &PP, SourceRange Loc) override { in HandleComment() function in clang::CommentHandlerVisitor
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp208 CommentConsumer->HandleComment( in LexSlash()
237 CommentConsumer->HandleComment( in LexLineComment()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DHeaders.cpp139 bool HandleComment(Preprocessor &PP, SourceRange Range) override { in HandleComment() function in clang::clangd::IncludeStructure::RecordHeaders
/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessor.cpp1431 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { in HandleComment() function in Preprocessor
1436 if ((*H)->HandleComment(*this, Comment)) in HandleComment()
H A DLexer.cpp2507 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipLineComment()
2845 PP->HandleComment(Result, SourceRange(getSourceLocation(BufferPtr), in SkipBlockComment()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h2616 bool HandleComment(Token &result, SourceRange Comment);
2686 virtual bool HandleComment(Preprocessor &PP, SourceRange Comment) = 0;
/llvm-project-15.0.7/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp761 bool VerifyDiagnosticConsumer::HandleComment(Preprocessor &PP, in HandleComment() function in VerifyDiagnosticConsumer
/llvm-project-15.0.7/clang/lib/Parse/
H A DParser.cpp36 bool HandleComment(Preprocessor &PP, SourceRange Comment) override { in HandleComment() function in __anoncee71aa10111::ActionCommentHandler