Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp167 QualType InferredType; in inferReceiverType() local
173 InferredType = DTI.getType().getCanonicalType(); in inferReceiverType()
178 if (InferredType.isNull()) { in inferReceiverType()
179 InferredType = ReceiverSymbol->getType(); in inferReceiverType()
184 if (isObjCClassType(InferredType)) { in inferReceiverType()
210 if (InferredType.isNull()) { in inferReceiverType()
217 dyn_cast<ObjCObjectPointerType>(InferredType)) { in inferReceiverType()
929 const auto *InferredType = in checkPostObjCMessage() local
931 State = State->set<MostSpecializedTypeArgsMap>(RetSym, InferredType); in checkPostObjCMessage()