Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp688 QualType StaticResultType = Method->getReturnType(); in getReturnTypeForMethod() local
691 if (StaticResultType == C.getObjCInstanceType()) in getReturnTypeForMethod()
695 if (!isObjCTypeParamDependent(StaticResultType)) in getReturnTypeForMethod()
698 QualType ResultType = StaticResultType.substObjCTypeArgs( in getReturnTypeForMethod()