Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp171 QualType InferredType; in inferReceiverType() local
177 InferredType = DTI.getType().getCanonicalType(); in inferReceiverType()
182 if (InferredType.isNull()) { in inferReceiverType()
183 InferredType = ReceiverSymbol->getType(); in inferReceiverType()
188 if (isObjCClassType(InferredType)) { in inferReceiverType()
214 if (InferredType.isNull()) { in inferReceiverType()
221 dyn_cast<ObjCObjectPointerType>(InferredType)) { in inferReceiverType()
927 const auto *InferredType = in checkPostObjCMessage() local
929 State = State->set<MostSpecializedTypeArgsMap>(RetSym, InferredType); in checkPostObjCMessage()