Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp8322 SmallVector<ExprWithCleanups::CleanupObject, 8> ToObjects(E->getNumObjects()); in VisitExprWithCleanups() local
8323 if (Error Err = ImportContainerChecked(E->getObjects(), ToObjects)) in VisitExprWithCleanups()
8328 ToObjects); in VisitExprWithCleanups()