Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h3497 ArrayRef<CleanupObject> getObjects() const { in getObjects() function
3505 return getObjects()[i]; in getObject()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1532 for (const ExprWithCleanups::CleanupObject &CO : EWC->getObjects()) in VisitExprWithCleanups()
H A DASTImporter.cpp8323 if (Error Err = ImportContainerChecked(E->getObjects(), ToObjects)) in VisitExprWithCleanups()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1069 for (auto &C : EWC->getObjects()) in EmitBlockLiteral()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1970 for (auto &Obj : E->getObjects()) { in VisitExprWithCleanups()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp326 EWC->getObjects()); in IgnoreNarrowingConversion()