Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp172 QualType InferredType; in inferReceiverType() local
178 InferredType = DTI.getType().getCanonicalType(); in inferReceiverType()
183 if (InferredType.isNull()) { in inferReceiverType()
184 InferredType = ReceiverSymbol->getType(); in inferReceiverType()
189 if (isObjCClassType(InferredType)) { in inferReceiverType()
215 if (InferredType.isNull()) { in inferReceiverType()
222 dyn_cast<ObjCObjectPointerType>(InferredType)) { in inferReceiverType()
931 const auto *InferredType = in checkPostObjCMessage() local
933 State = State->set<MostSpecializedTypeArgsMap>(RetSym, InferredType); in checkPostObjCMessage()