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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp528 const auto *OrigObjectPtrType = OriginType->getAs<ObjCObjectPointerType>(); local
531 if (!OrigObjectPtrType || !DestObjectPtrType)
544 OrigObjectPtrType = OrigObjectPtrType->stripObjCKindOfTypeAndQuals(ASTCtxt);
547 if (OrigObjectPtrType->isUnspecialized() &&
576 ASTCtxt.canAssignObjCInterfaces(DestObjectPtrType, OrigObjectPtrType);
578 ASTCtxt.canAssignObjCInterfaces(OrigObjectPtrType, DestObjectPtrType);
596 const ObjCObjectPointerType *UpperBound = OrigObjectPtrType;

Completed in 167 milliseconds