Searched refs:IsDecltype (Results 1 – 3 of 3) sorted by relevance
753 bool IsDecltype; member793 bool IsDecltype) in ExpressionEvaluationContextRecord()795 IsDecltype(IsDecltype), NumCleanupObjects(NumCleanupObjects), in ExpressionEvaluationContextRecord()3378 bool IsDecltype = false);3382 bool IsDecltype = false);8730 bool IsDecltype = false)8733 IsDecltype); in Actions()8738 bool IsDecltype = false)8742 IsDecltype); in Actions()
5005 bool IsDecltype = ExprEvalContexts.back().IsDecltype; in MaybeBindToTemporary() local5006 CXXDestructorDecl *Destructor = IsDecltype ? nullptr : LookupDestructor(RD); in MaybeBindToTemporary()5027 if (IsDecltype) in MaybeBindToTemporary()5086 assert(ExprEvalContexts.back().IsDecltype && "not in a decltype expression"); in ActOnDecltypeExpression()5128 ExprEvalContexts.back().IsDecltype = false; in ActOnDecltypeExpression()
11445 bool IsDecltype) { in PushExpressionEvaluationContext() argument11451 IsDecltype)); in PushExpressionEvaluationContext()11460 bool IsDecltype) { in PushExpressionEvaluationContext() argument11462 PushExpressionEvaluationContext(NewContext, ClosureContextDecl, IsDecltype); in PushExpressionEvaluationContext()13036 if (ExprEvalContexts.back().IsDecltype) { in CheckCallReturnType()