Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp552 auto &Matchers = this->Matchers->DeclOrStmt; in matchWithFilter()
568 auto &Matchers = this->Matchers->DeclOrStmt; in getFilterForKind()
915 Matchers.DeclOrStmt.push_back(std::make_pair(NodeMatch, Action)); in addMatcher()
927 Matchers.DeclOrStmt.push_back(std::make_pair(NodeMatch, Action)); in addMatcher()
/external/clang/include/clang/ASTMatchers/
DASTMatchFinder.h203 DeclOrStmt; member