Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h123 struct MatchFinderOptions { struct
138 MatchFinder(MatchFinderOptions Options = MatchFinderOptions()); argument
221 MatchFinderOptions Options;
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp314 const MatchFinder::MatchFinderOptions &Options) in MatchASTVisitor()
788 const MatchFinder::MatchFinderOptions &Options;
948 MatchFinder::MatchFinder(MatchFinderOptions Options) in MatchFinder()