Home
last modified time | relevance | path

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

/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h593 return matchesSpecialized(Node); in matchesNode()
601 bool matchesSpecialized(const CXXOperatorCallExpr &Node) const { in matchesSpecialized() function
607 bool matchesSpecialized(const FunctionDecl &Node) const { in matchesSpecialized() function
657 return matchesSpecialized(Node, Finder, Builder); in matches()
664 bool matchesSpecialized(
672 bool matchesSpecialized(const QualType &Node, ASTMatchFinder *Finder, in matchesSpecialized() function
684 bool matchesSpecialized(const TemplateSpecializationType &Node, in matchesSpecialized() function
693 bool matchesSpecialized(const CallExpr &Node, ASTMatchFinder *Finder, in matchesSpecialized() function
700 bool matchesSpecialized(const CXXConstructExpr &Node, in matchesSpecialized() function
708 bool matchesSpecialized(const MemberExpr &Node, in matchesSpecialized() function