Home
last modified time | relevance | path

Searched refs:RangeVarNonRefType (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp2736 const QualType RangeVarNonRefType = RangeVarType.getNonReferenceType(); in BuildCXXForRangeStmt() local
2738 ExprResult BeginRangeRef = BuildDeclRefExpr(RangeVar, RangeVarNonRefType, in BuildCXXForRangeStmt()
2743 ExprResult EndRangeRef = BuildDeclRefExpr(RangeVar, RangeVarNonRefType, in BuildCXXForRangeStmt()