Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp7903 SmallVector<ExprWithCleanups::CleanupObject, 8> ToObjects(E->getNumObjects()); in VisitExprWithCleanups() local
7904 if (Error Err = ImportContainerChecked(E->getObjects(), ToObjects)) in VisitExprWithCleanups()
7909 ToObjects); in VisitExprWithCleanups()