Searched defs:ExpressionEvaluationContextRecord (Results 1 – 1 of 1) sorted by relevance
1234 struct ExpressionEvaluationContextRecord { struct1236 ExpressionEvaluationContext Context;1239 CleanupInfo ParentCleanup;1243 unsigned NumCleanupObjects;1247 unsigned NumTypos;1249 MaybeODRUseExprSet SavedMaybeODRUseExprs;1253 SmallVector<LambdaExpr *, 2> Lambdas;1258 Decl *ManglingContextDecl;1262 SmallVector<CallExpr *, 8> DelayedDecltypeCalls;1288 ExpressionEvaluationContextRecord(ExpressionEvaluationContext Context, in ExpressionEvaluationContextRecord() argument[all …]