Home
last modified time | relevance | path

Searched defs:DynNode (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp63 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 DASTMatchFinder.cpp113 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 DASTMatchersInternal.h65 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()