Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp566 auto &Matchers = this->Matchers->DeclOrStmt; in matchWithFilter()
582 auto &Matchers = this->Matchers->DeclOrStmt; in getFilterForKind()
955 Matchers.DeclOrStmt.emplace_back(NodeMatch, Action); in addMatcher()
967 Matchers.DeclOrStmt.emplace_back(NodeMatch, Action); in addMatcher()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h206 DeclOrStmt; member