Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp1221 return BuildCXXForRangeStmt(ForLoc, ColonLoc, RangeDecl.get(), in ActOnCXXForRangeStmt()
1228 Sema::BuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation ColonLoc, in BuildCXXForRangeStmt() function in Sema
DTreeTransform.h1269 return getSema().BuildCXXForRangeStmt(ForLoc, ColonLoc, Range, BeginEnd, in RebuildCXXForRangeStmt()
/external/clang/include/clang/Sema/
DSema.h2033 StmtResult BuildCXXForRangeStmt(SourceLocation ForLoc,