Home
last modified time | relevance | path

Searched refs:FinderOptions (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp22 MatchFinder::MatchFinderOptions FinderOptions; in ASTSrcLocProcessor() local
24 Finder = std::make_unique<MatchFinder>(std::move(FinderOptions)); in ASTSrcLocProcessor()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidy.cpp407 ast_matchers::MatchFinder::MatchFinderOptions FinderOptions; in createASTConsumer() local
413 FinderOptions.CheckProfiling.emplace(Profiling->Records); in createASTConsumer()
417 new ast_matchers::MatchFinder(std::move(FinderOptions))); in createASTConsumer()