Searched refs:cntlExp (Results 1 – 5 of 5) sorted by relevance
1133 e.cntlExp.accept(this); in ParseVisitMethods()
7015 Expression cntlExp; /// controlling expression of a generic selection (not evaluated) variable7019 extern (D) this(const ref Loc loc, Expression cntlExp, Types* types, Expressions* exps) in this() argument7022 this.cntlExp = cntlExp; in this()7030 …return new GenericExp(loc, cntlExp.syntaxCopy(), Type.arraySyntaxCopy(types), Expression.arraySynt… in syntaxCopy()
1289 Expression *cntlExp; variable
1500 auto cntlExp = cparseAssignExp(); in cparseGenericSelection() local1528 return new AST.GenericExp(loc, cntlExp, types, exps); in cparseGenericSelection()
12031 auto ec = exp.cntlExp.expressionSemantic(sc); in visit()