Searched refs:matchesNode (Results 1 – 2 of 2) sorted by relevance
238 virtual bool matchesNode(const T &Node) const = 0;245 return matchesNode(Node); in matches()594 bool matchesNode(const T &Node) const override { in matchesNode() function624 bool matchesNode(const NamedDecl &Node) const override;1330 bool matchesNode(const T &Node) const override {1341 inline bool ValueEqualsMatcher<FloatingLiteral, double>::matchesNode(1350 inline bool ValueEqualsMatcher<FloatingLiteral, float>::matchesNode(1359 inline bool ValueEqualsMatcher<FloatingLiteral, llvm::APFloat>::matchesNode(
331 bool HasNameMatcher::matchesNode(const NamedDecl &Node) const { in matchesNode() function in clang::ast_matchers::internal::HasNameMatcher