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.h3623 ArrayRef<CleanupObject> getObjects() const { in getObjects() function
3631 return getObjects()[i]; in getObject()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1546 for (const ExprWithCleanups::CleanupObject &CO : EWC->getObjects()) in VisitExprWithCleanups()
H A DASTImporter.cpp8670 if (Error Err = ImportContainerChecked(E->getObjects(), ToObjects)) in VisitExprWithCleanups()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1098 for (auto &C : EWC->getObjects()) in EmitBlockLiteral()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1995 for (auto &Obj : E->getObjects()) { in VisitExprWithCleanups()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp323 EWC->getObjects()); in IgnoreNarrowingConversion()