Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSema.h741 struct ExpressionEvaluationContextRecord { struct
743 ExpressionEvaluationContext Context;
746 bool ParentNeedsCleanups;
749 bool IsDecltype;
753 unsigned NumCleanupObjects;
757 unsigned NumTypos;
759 llvm::SmallPtrSet<Expr*, 2> SavedMaybeODRUseExprs;
785 ExpressionEvaluationContextRecord(ExpressionEvaluationContext Context, in ExpressionEvaluationContextRecord() argument
805 SmallVector<ExpressionEvaluationContextRecord, 8> ExprEvalContexts; argument