Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp2243 QualType BeginType = BeginVar->getType(), EndType = EndVar->getType(); in BuildCXXForRangeStmt() local
2244 if (!Context.hasSameType(BeginType, EndType)) { in BuildCXXForRangeStmt()
2246 << BeginType << EndType; in BuildCXXForRangeStmt()
2264 ExprResult EndRef = BuildDeclRefExpr(EndVar, EndType.getNonReferenceType(), in BuildCXXForRangeStmt()
2278 if (!Context.hasSameType(BeginType, EndType)) in BuildCXXForRangeStmt()