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

/external/clang/include/clang/Sema/
H A DSema.h583 bool ParentNeedsCleanups; member in struct:clang::Sema::ExpressionEvaluationContextRecord
620 bool ParentNeedsCleanups,
623 : Context(Context), ParentNeedsCleanups(ParentNeedsCleanups),
618 ExpressionEvaluationContextRecord(ExpressionEvaluationContext Context, unsigned NumCleanupObjects, bool ParentNeedsCleanups, Decl *LambdaContextDecl, bool IsDecltype) argument
/external/clang/lib/Sema/
H A DSemaExpr.cpp10141 ExprNeedsCleanups = Rec.ParentNeedsCleanups;
10146 ExprNeedsCleanups |= Rec.ParentNeedsCleanups;

Completed in 112 milliseconds