Searched refs:getObjects (Results 1 – 9 of 9) sorted by relevance
26 - (void)getObjects:(T __strong *)objects length:(unsigned*)length;56 [array getObjects: objects length: &length];
64 std::vector<const object::ObjectFile *> getObjects() const;
144 BinaryHolder::ObjectEntry::getObjects() const { in getObjects() function in llvm::dsymutil::BinaryHolder::ObjectEntry
3387 ArrayRef<CleanupObject> getObjects() const { in getObjects() function3396 return getObjects()[i]; in getObject()
1392 for (const ExprWithCleanups::CleanupObject &CO : EWC->getObjects()) in VisitExprWithCleanups()
7762 if (Error Err = ImportContainerChecked(E->getObjects(), ToObjects)) in VisitExprWithCleanups()
1088 for (auto &C : EWC->getObjects()) in EmitBlockLiteral()
1840 for (auto &Obj : E->getObjects()) { in VisitExprWithCleanups()
275 EWC->getObjects()); in IgnoreNarrowingConversion()