Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1040 auto it = MatcherFiltersMap.find(Kind); in matchWithFilter()
1042 it != MatcherFiltersMap.end() ? it->second : getFilterForKind(Kind); in matchWithFilter()
1072 auto &Filter = MatcherFiltersMap[Kind]; in getFilterForKind()
1329 llvm::DenseMap<ASTNodeKind, std::vector<unsigned short>> MatcherFiltersMap; member in clang::ast_matchers::internal::__anond7f3fd2a0111::MatchASTVisitor