Home
last modified time | relevance | path

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

/external/clang/include/clang/ASTMatchers/
DASTMatchFinder.h123 struct MatchFinderOptions { struct
138 MatchFinder(MatchFinderOptions Options = MatchFinderOptions()); argument
218 MatchFinderOptions Options;
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp297 const MatchFinder::MatchFinderOptions &Options) in MatchASTVisitor()
747 const MatchFinder::MatchFinderOptions &Options;
896 MatchFinder::MatchFinder(MatchFinderOptions Options) in MatchFinder()
/external/clang/unittests/ASTMatchers/
DASTMatchersInternalTest.cpp104 MatchFinder::MatchFinderOptions Options; in TEST()