Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp457 bool HasNameMatcher::matchesNodeFullFast(const NamedDecl &Node) const { in matchesNodeFullFast() function in clang::ast_matchers::internal::HasNameMatcher
541 assert(matchesNodeFullFast(Node) == matchesNodeFullSlow(Node)); in matchesNode()
543 assert(matchesNodeUnqualified(Node) == matchesNodeFullFast(Node)); in matchesNode()
546 return matchesNodeFullFast(Node); in matchesNode()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h724 bool matchesNodeFullFast(const NamedDecl &Node) const;