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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp529 const auto *DestObjectPtrType = DestType->getAs<ObjCObjectPointerType>(); local
531 if (!OrigObjectPtrType || !DestObjectPtrType)
545 DestObjectPtrType = DestObjectPtrType->stripObjCKindOfTypeAndQuals(ASTCtxt);
548 DestObjectPtrType->isUnspecialized())
576 ASTCtxt.canAssignObjCInterfaces(DestObjectPtrType, OrigObjectPtrType);
578 ASTCtxt.canAssignObjCInterfaces(OrigObjectPtrType, DestObjectPtrType);
585 !ASTCtxt.canAssignObjCInterfaces(DestObjectPtrType, *TrackedType) &&
586 !ASTCtxt.canAssignObjCInterfaces(*TrackedType, DestObjectPtrType)) {
589 reportGenericsBug(*TrackedType, DestObjectPtrType,
[all...]

Completed in 50 milliseconds