Home
last modified time | relevance | path

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

/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h238 virtual bool matchesNode(const T &Node) const = 0;
245 return matchesNode(Node); in matches()
594 bool matchesNode(const T &Node) const override { in matchesNode() function
624 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(
/external/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp331 bool HasNameMatcher::matchesNode(const NamedDecl &Node) const { in matchesNode() function in clang::ast_matchers::internal::HasNameMatcher