Searched refs:IsDecltype (Results 1 – 4 of 4) sorted by relevance
841 bool IsDecltype; member881 bool IsDecltype) in ExpressionEvaluationContextRecord()883 IsDecltype(IsDecltype), NumCleanupObjects(NumCleanupObjects), in ExpressionEvaluationContextRecord()3650 bool IsDecltype = false);3654 bool IsDecltype = false);9610 bool IsDecltype = false,9615 IsDecltype); in Actions()9620 bool IsDecltype = false)9624 IsDecltype); in Actions()
5711 bool IsDecltype = ExprEvalContexts.back().IsDecltype; in MaybeBindToTemporary() local5712 CXXDestructorDecl *Destructor = IsDecltype ? nullptr : LookupDestructor(RD); in MaybeBindToTemporary()5733 if (IsDecltype) in MaybeBindToTemporary()5794 assert(ExprEvalContexts.back().IsDecltype && "not in a decltype expression"); in ActOnDecltypeExpression()5836 ExprEvalContexts.back().IsDecltype = false; in ActOnDecltypeExpression()
12824 bool IsDecltype) { in PushExpressionEvaluationContext() argument12826 LambdaContextDecl, IsDecltype); in PushExpressionEvaluationContext()12835 bool IsDecltype) { in PushExpressionEvaluationContext() argument12837 PushExpressionEvaluationContext(NewContext, ClosureContextDecl, IsDecltype); in PushExpressionEvaluationContext()14251 if (ExprEvalContexts.back().IsDecltype) { in CheckCallReturnType()
3634 def IsDecltype(clean_lines, linenum, column): function