Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidy.cpp397 ast_matchers::MatchFinder::MatchFinderOptions FinderOptions; in CreateASTConsumer() local
403 FinderOptions.CheckProfiling.emplace(Profiling->Records); in CreateASTConsumer()
407 new ast_matchers::MatchFinder(std::move(FinderOptions))); in CreateASTConsumer()