Home
last modified time | relevance | path

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

/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h295 virtual bool matchesNode(const T &Node) const = 0;
302 return matchesNode(Node); in matches()
650 bool matchesNode(const T &Node) const override { in matchesNode() function
680 bool matchesNode(const NamedDecl &Node) const override;
1403 bool matchesNode(const T &Node) const override {
1414 inline bool ValueEqualsMatcher<FloatingLiteral, double>::matchesNode(
1423 inline bool ValueEqualsMatcher<FloatingLiteral, float>::matchesNode(
1432 inline bool ValueEqualsMatcher<FloatingLiteral, llvm::APFloat>::matchesNode(
/external/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp496 bool HasNameMatcher::matchesNode(const NamedDecl &Node) const { in matchesNode() function in clang::ast_matchers::internal::HasNameMatcher