Searched refs:matchesNode (Results 1 – 3 of 3) sorted by relevance
386 virtual bool matchesNode(const T &Node) const = 0;393 return matchesNode(Node);912 bool matchesNode(const T &Node) const override {943 bool matchesNode(const NamedDecl &Node) const override;1737 bool matchesNode(const T &Node) const override {1748 inline bool ValueEqualsMatcher<FloatingLiteral, double>::matchesNode(1757 inline bool ValueEqualsMatcher<FloatingLiteral, float>::matchesNode(1766 inline bool ValueEqualsMatcher<FloatingLiteral, llvm::APFloat>::matchesNode(2261 bool matchesNode(const T &Node) const override {
5860 .matchesNode(Node);5869 .matchesNode(Node);5879 .matchesNode(Node);
668 bool HasNameMatcher::matchesNode(const NamedDecl &Node) const { in matchesNode() function in clang::ast_matchers::internal::HasNameMatcher