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 389 return matchesSpecialized(Node);
397 bool matchesSpecialized(const CXXOperatorCallExpr &Node) const {
403 bool matchesSpecialized(const CXXMethodDecl &Node) const {
427 return matchesSpecialized(Node, Finder, Builder);
434 bool matchesSpecialized(
442 bool matchesSpecialized(const QualType &Node, ASTMatchFinder *Finder,
454 bool matchesSpecialized(const TemplateSpecializationType &Node,
463 bool matchesSpecialized(const CallExpr &Node, ASTMatchFinder *Finder,
470 bool matchesSpecialized(const CXXConstructExpr &Node,
478 bool matchesSpecialized(const MemberExpr &Node
    [all...]

Completed in 3060 milliseconds