Searched refs:ParentNeedsCleanups (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h661 bool ParentNeedsCleanups; member in struct:clang::Sema::ExpressionEvaluationContextRecord
698 bool ParentNeedsCleanups,
701 : Context(Context), ParentNeedsCleanups(ParentNeedsCleanups),
696 ExpressionEvaluationContextRecord(ExpressionEvaluationContext Context, unsigned NumCleanupObjects, bool ParentNeedsCleanups, Decl *ManglingContextDecl, bool IsDecltype) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp11071 ExprNeedsCleanups = Rec.ParentNeedsCleanups;
11076 ExprNeedsCleanups |= Rec.ParentNeedsCleanups;

Completed in 156 milliseconds