Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h129 struct MatchFinderOptions { struct
144 MatchFinder(MatchFinderOptions Options = MatchFinderOptions()); argument
232 MatchFinderOptions Options;
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp22 MatchFinder::MatchFinderOptions FinderOptions; in ASTSrcLocProcessor()
/freebsd-14.2/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()