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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp779 QualType StaticResultType = Method->getReturnType(); local
782 if (StaticResultType == C.getObjCInstanceType())
786 if (!isObjCTypeParamDependent(StaticResultType))
789 QualType ResultType = StaticResultType.substObjCTypeArgs(

Completed in 57 milliseconds