Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h129 struct MatchFinderOptions { struct
144 MatchFinder(MatchFinderOptions Options = MatchFinderOptions()); argument
232 MatchFinderOptions Options;
/src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp424 const MatchFinder::MatchFinderOptions &Options) in MatchASTVisitor()
1331 const MatchFinder::MatchFinderOptions &Options;
1580 MatchFinder::MatchFinder(MatchFinderOptions Options) in MatchFinder()