HomeSort by relevance Sort by last modified time
    Searched full:matchesspecialized (Results 1 - 1 of 1) sorted by null

  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 530 return matchesSpecialized(Node);
538 bool matchesSpecialized(const CXXOperatorCallExpr &Node) const {
544 bool matchesSpecialized(const CXXMethodDecl &Node) const {
567 return matchesSpecialized(Node, Finder, Builder);
574 bool matchesSpecialized(
582 bool matchesSpecialized(const QualType &Node, ASTMatchFinder *Finder,
594 bool matchesSpecialized(const TemplateSpecializationType &Node,
603 bool matchesSpecialized(const CallExpr &Node, ASTMatchFinder *Finder,
610 bool matchesSpecialized(const CXXConstructExpr &Node,
618 bool matchesSpecialized(const MemberExpr &Node
    [all...]

Completed in 280 milliseconds