Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp2916 QualType BeginType = BeginVar->getType(), EndType = EndVar->getType(); in BuildCXXForRangeStmt() local
2917 if (!Context.hasSameType(BeginType, EndType)) { in BuildCXXForRangeStmt()
2921 << BeginType << EndType; in BuildCXXForRangeStmt()
2937 ExprResult EndRef = BuildDeclRefExpr(EndVar, EndType.getNonReferenceType(), in BuildCXXForRangeStmt()
2954 if (!Context.hasSameType(BeginType, EndType)) in BuildCXXForRangeStmt()