Home
last modified time | relevance | path

Searched defs:ExpressionEvaluationContextRecord (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
DSema.h730 struct ExpressionEvaluationContextRecord { struct
732 ExpressionEvaluationContext Context;
735 bool ParentNeedsCleanups;
738 bool IsDecltype;
742 unsigned NumCleanupObjects;
744 llvm::SmallPtrSet<Expr*, 2> SavedMaybeODRUseExprs;
770 ExpressionEvaluationContextRecord(ExpressionEvaluationContext Context, in ExpressionEvaluationContextRecord() argument
789 SmallVector<ExpressionEvaluationContextRecord, 8> ExprEvalContexts; argument