Searched refs:matchesNode (Results 1 – 3 of 3) sorted by relevance
389 virtual bool matchesNode(const T &Node) const = 0;396 return matchesNode(Node);908 bool matchesNode(const T &Node) const override {939 bool matchesNode(const NamedDecl &Node) const override;1739 bool matchesNode(const T &Node) const override {1750 inline bool ValueEqualsMatcher<FloatingLiteral, double>::matchesNode(1759 inline bool ValueEqualsMatcher<FloatingLiteral, float>::matchesNode(1768 inline bool ValueEqualsMatcher<FloatingLiteral, llvm::APFloat>::matchesNode(2259 bool matchesNode(const T &Node) const override {
5906 .matchesNode(Node);5915 .matchesNode(Node);5925 .matchesNode(Node);
678 bool HasNameMatcher::matchesNode(const NamedDecl &Node) const { in matchesNode() function in clang::ast_matchers::internal::HasNameMatcher