Home
last modified time | relevance | path

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

/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h651 return matchesSpecialized(Node); in matchesNode()
659 bool matchesSpecialized(const CXXOperatorCallExpr &Node) const { in matchesSpecialized() function
665 bool matchesSpecialized(const FunctionDecl &Node) const { in matchesSpecialized() function
727 return matchesSpecialized(Node, Finder, Builder); in matches()
734 bool matchesSpecialized(
742 bool matchesSpecialized(const QualType &Node, ASTMatchFinder *Finder, in matchesSpecialized() function
768 bool matchesSpecialized(const TemplateSpecializationType &Node, in matchesSpecialized() function
777 bool matchesSpecialized(const CallExpr &Node, ASTMatchFinder *Finder, in matchesSpecialized() function
784 bool matchesSpecialized(const CXXConstructExpr &Node, in matchesSpecialized() function
792 bool matchesSpecialized(const MemberExpr &Node, in matchesSpecialized() function
[all …]