Searched defs:BuildCXXForRangeStmt (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaStmt.cpp1400 return BuildCXXForRangeStmt(ForLoc, ColonLoc, RangeDecl.get(),
1405 /// BuildCXXForRangeStmt - Build or instantiate a C++0x for-range statement.
1407 Sema::BuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation ColonLoc, function in class:Sema

Completed in 43 milliseconds