Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaStmt.cpp1980 return BuildCXXForRangeStmt(ForLoc, ColonLoc, RangeDecl.get(), in ActOnCXXForRangeStmt()
2125 Sema::BuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation ColonLoc, in BuildCXXForRangeStmt() function in Sema
HDTreeTransform.h1698 return getSema().BuildCXXForRangeStmt(ForLoc, ColonLoc, Range, BeginEnd, in RebuildCXXForRangeStmt()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h3314 StmtResult BuildCXXForRangeStmt(SourceLocation ForLoc,