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

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

Completed in 68 milliseconds