Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp694 QualType StaticResultType = Method->getReturnType(); in getReturnTypeForMethod() local
697 if (StaticResultType == C.getObjCInstanceType()) in getReturnTypeForMethod()
701 if (!isObjCTypeParamDependent(StaticResultType)) in getReturnTypeForMethod()
704 QualType ResultType = StaticResultType.substObjCTypeArgs( in getReturnTypeForMethod()