Home
last modified time | relevance | path

Searched defs:HandleComment (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/find-all-symbols/
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/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/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-mca/
H A DCodeRegionGenerator.cpp76 void MCACommentConsumer::HandleComment(SMLoc Loc, StringRef CommentText) { in HandleComment() function in llvm::mca::MCACommentConsumer
/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/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
/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
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp82 bool CoverageSourceInfo::HandleComment(Preprocessor &PP, SourceRange Range) { in HandleComment() function in CoverageSourceInfo