Searched refs:isPointerToConst (Results 1 – 2 of 2) sorted by relevance
436 static bool isPointerToConst(const QualType &QT) { in isPointerToConst() function462 } else if (isPointerToConst((*I)->getType())) { in VisitCallExpr()
131 static bool isPointerToConst(QualType Ty) { in isPointerToConst() function151 if (isPointerToConst(*I)) in findPtrToConstParams()