|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h 391 bool matches(const ast_type_traits::DynTypedNode &DynNode,
References
tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h 537 return Implementation.matches(ast_type_traits::DynTypedNode::create(Node),
568 return this->InnerMatcher.matches(
912 this->InnerMatcher.matches(
1593 return this->InnerMatcher.matches(extract(Node), Finder, Builder);
1616 return this->InnerMatcher.matches(
1637 return this->InnerMatcher.matches(
tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp 260 if (Matcher->matches(ast_type_traits::DynTypedNode::create(Node), Finder,
268 if (Matcher->matches(ast_type_traits::DynTypedNode::create(Node), Finder,
703 if (Matcher.matches(Parent, this, &BuilderCopy)) {
720 if (Matcher.matches(Queue.front(), this, &BuilderCopy)) {
tools/clang/lib/ASTMatchers/ASTMatchersInternal.cpp 279 return !InnerMatchers[0].matches(DynNode, Finder, &Discard);
304 if (InnerMatcher.matches(DynNode, Finder, &BuilderInner)) {
319 if (InnerMatcher.matches(DynNode, Finder, &Result)) {