Searched defs:isCFType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprObjC.cpp3139 static bool isCFType(QualType type) { function in class:__anon1535::ARCCastChecker
3255 if (!isCFType(fn->getReturnType()))
3308 if (!isAnyRetainable(TargetClass) || !isCFType(method->getReturnType()))

Completed in 114 milliseconds