Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h128 struct MatchFinderOptions { struct
143 MatchFinder(MatchFinderOptions Options = MatchFinderOptions()); argument
231 MatchFinderOptions Options;
/llvm-project-15.0.7/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp22 MatchFinder::MatchFinderOptions FinderOptions; in ASTSrcLocProcessor()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersInternalTest.cpp201 MatchFinder::MatchFinderOptions Options; in TEST()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp422 const MatchFinder::MatchFinderOptions &Options) in MatchASTVisitor()
1320 const MatchFinder::MatchFinderOptions &Options;
1558 MatchFinder::MatchFinder(MatchFinderOptions Options) in MatchFinder()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidy.cpp407 ast_matchers::MatchFinder::MatchFinderOptions FinderOptions; in createASTConsumer()