Searched defs:ExpressionEvaluationContextRecord (Results 1 – 2 of 2) sorted by relevance
1126 struct ExpressionEvaluationContextRecord { struct1128 ExpressionEvaluationContext Context;1131 CleanupInfo ParentCleanup;1135 unsigned NumCleanupObjects;1139 unsigned NumTypos;1141 MaybeODRUseExprSet SavedMaybeODRUseExprs;1145 SmallVector<LambdaExpr *, 2> Lambdas;1150 Decl *ManglingContextDecl;1154 SmallVector<CallExpr *, 8> DelayedDecltypeCalls;1180 ExpressionEvaluationContextRecord(ExpressionEvaluationContext Context, in ExpressionEvaluationContextRecord() argument[all …]
833 struct ExpressionEvaluationContextRecord { struct835 ExpressionEvaluationContext Context;838 CleanupInfo ParentCleanup;841 bool IsDecltype;845 unsigned NumCleanupObjects;849 unsigned NumTypos;851 llvm::SmallPtrSet<Expr*, 2> SavedMaybeODRUseExprs;877 ExpressionEvaluationContextRecord(ExpressionEvaluationContext Context, in ExpressionEvaluationContextRecord() argument897 SmallVector<ExpressionEvaluationContextRecord, 8> ExprEvalContexts; argument