Searched refs:hasDeclaration (Results 1 – 9 of 9) sorted by relevance
202 typedefType(hasDeclaration(anyOf( in checkASTCodeBody()212 recordType(hasDeclaration( in checkASTCodeBody()225 qualType(hasDeclaration( in checkASTCodeBody()243 qualType(typedefType(hasDeclaration( in checkASTCodeBody()256 unless(typedefType(hasDeclaration( in checkASTCodeBody()
77 return hasType(pointerType(pointee(hasDeclaration(DeclM)))); in hasTypePointingTo()
287 callee(memberExpr(hasDeclaration(NonConstMethod), in findDirectMutation()322 const auto NotInstantiated = unless(hasDeclaration(isInstantiated())); in findDirectMutation()476 pointee(hasDeclaration(cxxRecordDecl(HasAnyNonConstIterator))))))))); in findRangeLoopMutation()538 const auto IsInstantiated = hasDeclaration(isInstantiated()); in findFunctionArgMutation()539 const auto FuncDecl = hasDeclaration(functionDecl().bind("func")); in findFunctionArgMutation()
3549 hasDeclaration(const internal::Matcher<Decl> &InnerMatcher) { in hasDeclaration() function3828 return callExpr(hasDeclaration(InnerMatcher)).matches(Node, Finder, Builder);3895 return qualType(hasDeclaration(InnerMatcher)).matches(QT, Finder, Builder);3979 return pointsTo(qualType(hasDeclaration(InnerMatcher)))4040 return references(qualType(hasDeclaration(InnerMatcher)))4711 if (expr(anyOf(cxxConstructExpr(hasDeclaration(cxxConstructorDecl( in AST_POLYMORPHIC_MATCHER_P2()4811 if (expr(anyOf(cxxConstructExpr(hasDeclaration(cxxConstructorDecl( in AST_POLYMORPHIC_MATCHER_P2()
124 hasUnaryOperand(declRefExpr(hasDeclaration(VarNodeMatcher)))); in getAddrTo()
466 objcIvarRefExpr(hasDeclaration(equalsNode(Ivar))).bind(IvarBind)))); in potentiallyWritesIntoIvar()
541 auto FieldAccessM = memberExpr(hasDeclaration(equalsNode(FD))).bind("access"); in hasUnguardedAccess()
211 const auto SmartPointer = qualType(hasDeclaration( in isSmartPointerType()
293 REGISTER_MATCHER(hasDeclaration); in RegistryMaps()