Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h3370 ArrayRef<CleanupObject> getObjects() const { in getObjects() function
3379 return getObjects()[i]; in getObject()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp1340 for (const ExprWithCleanups::CleanupObject &CO : EWC->getObjects()) in VisitExprWithCleanups()
H A DASTImporter.cpp7503 if (Error Err = ImportContainerChecked(E->getObjects(), ToObjects)) in VisitExprWithCleanups()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp1081 for (auto &C : EWC->getObjects()) in EmitBlockLiteral()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1831 for (auto &Obj : E->getObjects()) { in VisitExprWithCleanups()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp276 EWC->getObjects()); in IgnoreNarrowingConversion()