Searched refs:IsDecltype (Results 1 – 3 of 3) sorted by relevance
664 bool IsDecltype; member700 bool IsDecltype) in ExpressionEvaluationContextRecord()702 IsDecltype(IsDecltype), NumCleanupObjects(NumCleanupObjects), in ExpressionEvaluationContextRecord()3112 bool IsDecltype = false);3116 bool IsDecltype = false);8022 bool IsDecltype = false)8025 IsDecltype); in Actions()8030 bool IsDecltype = false)8034 IsDecltype); in Actions()
4989 bool IsDecltype = ExprEvalContexts.back().IsDecltype; in MaybeBindToTemporary() local4990 CXXDestructorDecl *Destructor = IsDecltype ? 0 : LookupDestructor(RD); in MaybeBindToTemporary()5011 if (IsDecltype) in MaybeBindToTemporary()5071 assert(ExprEvalContexts.back().IsDecltype && "not in a decltype expression"); in ActOnDecltypeExpression()5112 ExprEvalContexts.back().IsDecltype = false; in ActOnDecltypeExpression()
11009 bool IsDecltype) { in PushExpressionEvaluationContext() argument11015 IsDecltype)); in PushExpressionEvaluationContext()11024 bool IsDecltype) { in PushExpressionEvaluationContext() argument11026 PushExpressionEvaluationContext(NewContext, ClosureContextDecl, IsDecltype); in PushExpressionEvaluationContext()12438 if (ExprEvalContexts.back().IsDecltype) { in CheckCallReturnType()