Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp779 QualType StaticResultType = Method->getReturnType(); in getReturnTypeForMethod() local
782 if (StaticResultType == C.getObjCInstanceType()) in getReturnTypeForMethod()
786 if (!isObjCTypeParamDependent(StaticResultType)) in getReturnTypeForMethod()
789 QualType ResultType = StaticResultType.substObjCTypeArgs( in getReturnTypeForMethod()