Searched defs:ParentNeedsCleanups (Results 1 - 1 of 1) 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

Completed in 45 milliseconds