Searched refs:ObjPtr (Results 1 – 11 of 11) sorted by relevance
64 for (auto &ObjPtr : Objects) { in addObjectSet() local65 EXPECT_EQ(MockObjects[I] + 1, *ObjPtr) << "Transform should be applied"; in addObjectSet()78 for (auto &ObjPtr : Objects) { in expectAddObjectSet() local79 MockObjects.push_back(*ObjPtr); in expectAddObjectSet()
145 static bool hasDefinition(const ObjCObjectPointerType *ObjPtr) { in hasDefinition() argument146 const ObjCInterfaceDecl *Decl = ObjPtr->getInterfaceDecl(); in hasDefinition()
154 static bool hasDefinition(const ObjCObjectPointerType *ObjPtr) { in hasDefinition() argument155 const ObjCInterfaceDecl *Decl = ObjPtr->getInterfaceDecl(); in hasDefinition()
686 const BindArgument &ObjPtr = FunctionCallArgs.front(); in check() local689 if (!isa<CXXThisExpr>(ignoreTemporariesAndPointers(ObjPtr.E))) { in check()690 Stream << ObjPtr.UsageIdentifier; in check()
537 Value *ObjPtr = GetUnderlyingObject(Ptr, DL); in collectInstructions() local538 LoadRefs[ObjPtr].push_back(LI); in collectInstructions()568 Value *ObjPtr = GetUnderlyingObject(Ptr, DL); in collectInstructions() local569 StoreRefs[ObjPtr].push_back(SI); in collectInstructions()
579 else if (const ObjCObjectPointerType *ObjPtr = in ProcessCodeCompleteResults() local581 D = ObjPtr->getInterfaceDecl(); in ProcessCodeCompleteResults()
728 const Value *ObjPtr = GetUnderlyingObject(Ptr, DL); in getChainID() local729 if (const auto *Sel = dyn_cast<SelectInst>(ObjPtr)) { in getChainID()738 return ObjPtr; in getChainID()
619 else if (const ObjCObjectPointerType *ObjPtr = in ProcessCodeCompleteResults() local621 D = ObjPtr->getInterfaceDecl(); in ProcessCodeCompleteResults()
770 const Value *ObjPtr = getUnderlyingObject(Ptr); in getChainID() local771 if (const auto *Sel = dyn_cast<SelectInst>(ObjPtr)) { in getChainID()780 return ObjPtr; in getChainID()
9160 declare i8* @llvm.gcread(i8* %ObjPtr, i8** %Ptr)
11621 declare i8* @llvm.gcread(i8* %ObjPtr, i8** %Ptr)