Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1866 SmallVector<VarDecl *, 10> DeclsNeedDestruction; in addAutomaticObjDestruction() local
1867 DeclsNeedDestruction.reserve(B.distance(E)); in addAutomaticObjDestruction()
1871 DeclsNeedDestruction.push_back(D); in addAutomaticObjDestruction()
1873 for (VarDecl *VD : llvm::reverse(DeclsNeedDestruction)) { in addAutomaticObjDestruction()