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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp183 const auto *StaticObjCType = StaticType->getAs<ObjCObjectPointerType>(); local
185 if (!DynObjCType || !StaticObjCType)
188 if (!hasDefinition(DynObjCType) || !hasDefinition(StaticObjCType))
195 StaticObjCType = StaticObjCType->stripObjCKindOfTypeAndQuals(ASTCtxt);
198 if (StaticObjCType->isSpecialized())
201 if (ASTCtxt.canAssignObjCInterfaces(StaticObjCType, DynObjCType))
205 ASTCtxt.canAssignObjCInterfaces(DynObjCType, StaticObjCType))

Completed in 59 milliseconds