Home
last modified time | relevance | path

Searched refs:getObjects (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dparameterized_classes.m26 - (void)getObjects:(T __strong *)objects length:(unsigned*)length;
56 [array getObjects: objects length: &length];
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DBinaryHolder.h64 std::vector<const object::ObjectFile *> getObjects() const;
H A DBinaryHolder.cpp144 BinaryHolder::ObjectEntry::getObjects() const { in getObjects() function in llvm::dsymutil::BinaryHolder::ObjectEntry
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprCXX.h3387 ArrayRef<CleanupObject> getObjects() const { in getObjects() function
3396 return getObjects()[i]; in getObject()
/llvm-project-15.0.7/clang/lib/AST/
H A DJSONNodeDumper.cpp1392 for (const ExprWithCleanups::CleanupObject &CO : EWC->getObjects()) in VisitExprWithCleanups()
H A DASTImporter.cpp7762 if (Error Err = ImportContainerChecked(E->getObjects(), ToObjects)) in VisitExprWithCleanups()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBlocks.cpp1088 for (auto &C : EWC->getObjects()) in EmitBlockLiteral()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp1840 for (auto &Obj : E->getObjects()) { in VisitExprWithCleanups()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp275 EWC->getObjects()); in IgnoreNarrowingConversion()