Searched refs:matchesNodeFull (Results 1 – 2 of 2) sorted by relevance
317 bool HasNameMatcher::matchesNodeFull(const NamedDecl &Node) const { in matchesNodeFull() function in clang::ast_matchers::internal::HasNameMatcher336 assert(matchesNodeUnqualified(Node) == matchesNodeFull(Node)); in matchesNode()339 return matchesNodeFull(Node); in matchesNode()
636 bool matchesNodeFull(const NamedDecl &Node) const;