Searched refs:BuildCXXForRangeStmt (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 1969 return BuildCXXForRangeStmt(ForLoc, ColonLoc, RangeDecl.get(), in ActOnCXXForRangeStmt() 2114 Sema::BuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation ColonLoc, in BuildCXXForRangeStmt() function in Sema
|
D | TreeTransform.h | 1668 return getSema().BuildCXXForRangeStmt(ForLoc, ColonLoc, Range, BeginEnd, in RebuildCXXForRangeStmt()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3133 StmtResult BuildCXXForRangeStmt(SourceLocation ForLoc,
|