Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h3460 ArrayRef<CleanupObject> getObjects() const { in getObjects() function
3468 return getObjects()[i]; in getObject()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1497 for (const ExprWithCleanups::CleanupObject &CO : EWC->getObjects()) in VisitExprWithCleanups()
H A DASTImporter.cpp8221 if (Error Err = ImportContainerChecked(E->getObjects(), ToObjects)) in VisitExprWithCleanups()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1059 for (auto &C : EWC->getObjects()) in EmitBlockLiteral()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1959 for (auto &Obj : E->getObjects()) { in VisitExprWithCleanups()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp293 EWC->getObjects()); in IgnoreNarrowingConversion()