Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:matchesSpecialized

651     return matchesSpecialized(Node);
659 bool matchesSpecialized(const CXXOperatorCallExpr &Node) const {
665 bool matchesSpecialized(const FunctionDecl &Node) const {
727 return matchesSpecialized(Node, Finder, Builder);
734 bool matchesSpecialized(
742 bool matchesSpecialized(const QualType &Node, ASTMatchFinder *Finder,
768 bool matchesSpecialized(const TemplateSpecializationType &Node,
777 bool matchesSpecialized(const CallExpr &Node, ASTMatchFinder *Finder,
784 bool matchesSpecialized(const CXXConstructExpr &Node,
792 bool matchesSpecialized(const CXXNewExpr &Node,
800 bool matchesSpecialized(const MemberExpr &Node,
808 bool matchesSpecialized(const AddrLabelExpr &Node,