Searched defs:matchesSpecialized (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h530 return matchesSpecialized(Node);
538 bool matchesSpecialized(const CXXOperatorCallExpr &Node) const { function in class:clang::ast_matchers::internal::HasOverloadedOperatorNameMatcher
544 bool matchesSpecialized(const CXXMethodDecl &Node) const { function in class:clang::ast_matchers::internal::HasOverloadedOperatorNameMatcher
567 return matchesSpecialized(Node, Finder, Builder);
574 bool matchesSpecialized( function in class:clang::ast_matchers::internal::HasDeclarationMatcher
582 bool matchesSpecialized(const QualType &Node, ASTMatchFinder *Finder, function in class:clang::ast_matchers::internal::HasDeclarationMatcher
594 bool matchesSpecialized(const TemplateSpecializationType &Node, function in class:clang::ast_matchers::internal::HasDeclarationMatcher
603 bool matchesSpecialized(const CallExpr &Node, ASTMatchFinder *Finder, function in class:clang::ast_matchers::internal::HasDeclarationMatcher
610 bool matchesSpecialized(const CXXConstructExpr &Node, function in class:clang::ast_matchers::internal::HasDeclarationMatcher
618 bool matchesSpecialized(cons function in class:clang::ast_matchers::internal::HasDeclarationMatcher
[all...]

Completed in 359 milliseconds