Searched refs:isIteratorType (Results 1 – 5 of 5) sorted by relevance
76 if (!isIteratorType(InstCall->getCXXThisExpr()->getType()) || in checkPreCall()77 !isIteratorType(Call.getArgExpr(0)->getType())) in checkPreCall()85 if (!isIteratorType(Call.getArgExpr(0)->getType()) || in checkPreCall()86 !isIteratorType(Call.getArgExpr(1)->getType())) in checkPreCall()107 isIteratorType(Call.getArgExpr(1)->getType()) && in checkPreCall()108 isIteratorType(Call.getArgExpr(2)->getType())) { in checkPreCall()128 if (!isIteratorType(Call.getArgExpr(0)->getType()) || in checkPreCall()129 !isIteratorType(Call.getArgExpr(1)->getType())) in checkPreCall()167 if (!isIteratorType(TAType)) in checkPreCall()
19 bool isIteratorType(const QualType &Type) { in isIteratorType() function82 if (!isIteratorType(Func->getParamDecl(0)->getType())) in isInsertCall()93 if (!isIteratorType(Func->getParamDecl(0)->getType())) in isEmplaceCall()104 if (!isIteratorType(Func->getParamDecl(0)->getType())) in isEraseCall()107 !isIteratorType(Func->getParamDecl(1)->getType())) in isEraseCall()118 if (!isIteratorType(Func->getParamDecl(0)->getType())) in isEraseAfterCall()121 !isIteratorType(Func->getParamDecl(1)->getType())) in isEraseAfterCall()
87 if (!isIteratorType(CE->getArg(1)->getType())) in evalFind()92 if (isIteratorType(CE->getArg(0)->getType())) { in evalFind()99 if (isIteratorType(CE->getArg(2)->getType())) { in evalFind()
147 bool isIteratorType(const QualType &Type);
195 if (!isIteratorType(Call.getResultType())) in checkPostCall()222 if (isIteratorType(Call.getArgExpr(i)->getType()) && in checkPostCall()