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

/external/clang/include/clang/Sema/
H A DSema.h735 bool ParentNeedsCleanups; member in struct:clang::Sema::ExpressionEvaluationContextRecord
772 bool ParentNeedsCleanups,
775 : Context(Context), ParentNeedsCleanups(ParentNeedsCleanups),
770 ExpressionEvaluationContextRecord(ExpressionEvaluationContext Context, unsigned NumCleanupObjects, bool ParentNeedsCleanups, Decl *ManglingContextDecl, bool IsDecltype) argument

Completed in 72 milliseconds