Searched refs:hasDeclaration (Results 1 – 6 of 6) sorted by relevance
203 typedefType(hasDeclaration(anyOf( in checkASTCodeBody()213 recordType(hasDeclaration( in checkASTCodeBody()226 qualType(hasDeclaration( in checkASTCodeBody()244 qualType(typedefType(hasDeclaration( in checkASTCodeBody()257 unless(typedefType(hasDeclaration( in checkASTCodeBody()
244 const auto NotInstantiated = unless(hasDeclaration(isInstantiated())); in findDirectMutation()369 const auto IsInstantiated = hasDeclaration(isInstantiated()); in findFunctionArgMutation()370 const auto FuncDecl = hasDeclaration(functionDecl().bind("func")); in findFunctionArgMutation()
2865 hasDeclaration(const internal::Matcher<Decl> &InnerMatcher) { in hasDeclaration() function3088 return callExpr(hasDeclaration(InnerMatcher)).matches(Node, Finder, Builder);3139 return qualType(hasDeclaration(InnerMatcher)).matches(QT, Finder, Builder);3192 return pointsTo(qualType(hasDeclaration(InnerMatcher)))3253 return references(qualType(hasDeclaration(InnerMatcher)))3831 if (expr(anyOf(cxxConstructExpr(hasDeclaration(cxxConstructorDecl( in AST_POLYMORPHIC_MATCHER_P2()
125 hasUnaryOperand(declRefExpr(hasDeclaration(VarNodeMatcher)))); in getAddrTo()
458 objcIvarRefExpr(hasDeclaration(equalsNode(Ivar))).bind(IvarBind)))); in potentiallyWritesIntoIvar()
258 REGISTER_MATCHER(hasDeclaration); in RegistryMaps()