Searched defs:DynNode (Results 1 – 3 of 3) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/ |
H A D | ASTMatchersInternal.cpp | 63 bool dynMatches(const ast_type_traits::DynTypedNode &DynNode, in dynMatches() 79 bool dynMatches(const ast_type_traits::DynTypedNode &DynNode, in dynMatches() 181 bool DynTypedMatcher::matches(const ast_type_traits::DynTypedNode &DynNode, in matches() 196 const ast_type_traits::DynTypedNode &DynNode, ASTMatchFinder *Finder, in matchesNoKindCheck() 231 bool NotUnaryOperator(const ast_type_traits::DynTypedNode DynNode, in NotUnaryOperator() 251 bool AllOfVariadicOperator(const ast_type_traits::DynTypedNode DynNode, in AllOfVariadicOperator() 265 bool EachOfVariadicOperator(const ast_type_traits::DynTypedNode DynNode, in EachOfVariadicOperator() 282 bool AnyOfVariadicOperator(const ast_type_traits::DynTypedNode DynNode, in AnyOfVariadicOperator()
|
H A D | ASTMatchFinder.cpp | 113 bool findMatch(const ast_type_traits::DynTypedNode &DynNode) { in findMatch() 541 void matchWithFilter(const ast_type_traits::DynTypedNode &DynNode) { in matchWithFilter()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchersInternal.h | 65 void addNode(StringRef ID, const ast_type_traits::DynTypedNode& DynNode) { in addNode() 140 const ast_type_traits::DynTypedNode &DynNode) { in setBinding() 219 bool dynMatches(const ast_type_traits::DynTypedNode &DynNode, in dynMatches()
|