Home
last modified time | relevance | path

Searched refs:isCFType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprObjC.cpp3546 static bool isCFType(QualType type) { in isCFType() function in __anon3a1de2a20411::ARCCastChecker
3662 if (!isCFType(fn->getReturnType())) in checkCallToFunction()
3715 if (!isAnyRetainable(TargetClass) || !isCFType(method->getReturnType())) in checkCallToMethod()