Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp582 bool HasNameMatcher::matchesNodeFullFast(const NamedDecl &Node) const { in matchesNodeFullFast() function in clang::ast_matchers::internal::HasNameMatcher
669 assert(matchesNodeFullFast(Node) == matchesNodeFullSlow(Node)); in matchesNode()
671 assert(matchesNodeUnqualified(Node) == matchesNodeFullFast(Node)); in matchesNode()
674 return matchesNodeFullFast(Node); in matchesNode()
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h962 bool matchesNodeFullFast(const NamedDecl &Node) const;