Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp775 QualType StaticResultType = Method->getReturnType(); in getReturnTypeForMethod() local
778 if (StaticResultType == C.getObjCInstanceType()) in getReturnTypeForMethod()
782 if (!isObjCTypeParamDependent(StaticResultType)) in getReturnTypeForMethod()
785 QualType ResultType = StaticResultType.substObjCTypeArgs( in getReturnTypeForMethod()