Searched refs:RangeVarNonRefType (Results 1 – 1 of 1) sorted by relevance
2210 const QualType RangeVarNonRefType = RangeVarType.getNonReferenceType(); in BuildCXXForRangeStmt() local2212 ExprResult BeginRangeRef = BuildDeclRefExpr(RangeVar, RangeVarNonRefType, in BuildCXXForRangeStmt()2217 ExprResult EndRangeRef = BuildDeclRefExpr(RangeVar, RangeVarNonRefType, in BuildCXXForRangeStmt()