Searched refs:ExprCleanupObjects (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp5031 assert(ExprCleanupObjects.size() >= FirstCleanup);
5032 assert(ExprNeedsCleanups || ExprCleanupObjects.size() == FirstCleanup);
5037 = llvm::makeArrayRef(ExprCleanupObjects.begin() + FirstCleanup,
5038 ExprCleanupObjects.size() - FirstCleanup);
H A DSemaLambda.cpp1531 ExprCleanupObjects.push_back(Block);
H A DSemaExpr.cpp10440 ExprCleanupObjects.push_back(Result->getBlockDecl());
11012 ExprCleanupObjects.size(),
11069 ExprCleanupObjects.erase(ExprCleanupObjects.begin() + Rec.NumCleanupObjects,
11070 ExprCleanupObjects.end());
11086 ExprCleanupObjects.erase(
11087 ExprCleanupObjects.begin() + ExprEvalContexts.back().NumCleanupObjects,
11088 ExprCleanupObjects.end());
H A DSemaDecl.cpp9875 assert(ExprCleanupObjects.empty() && "Leftover temporaries in function");
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h279 /// ExprCleanupObjects - This is the stack of objects requiring
282 SmallVector<BlockDecl*, 8> ExprCleanupObjects; member in class:clang::Sema

Completed in 241 milliseconds