Searched refs:BuildCXXForRangeStmt (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 2015 return BuildCXXForRangeStmt(ForLoc, CoawaitLoc, ColonLoc, RangeDecl.get(), in ActOnCXXForRangeStmt() 2167 Sema::BuildCXXForRangeStmt(SourceLocation ForLoc, SourceLocation CoawaitLoc, in BuildCXXForRangeStmt() function in Sema
|
D | TreeTransform.h | 1918 return getSema().BuildCXXForRangeStmt(ForLoc, CoawaitLoc, ColonLoc, in RebuildCXXForRangeStmt()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaStmt.cpp | 2207 StmtResult R = BuildCXXForRangeStmt( in ActOnCXXForRangeStmt() 2400 StmtResult Sema::BuildCXXForRangeStmt(SourceLocation ForLoc, in BuildCXXForRangeStmt() function in Sema
|
D | TreeTransform.h | 2274 return getSema().BuildCXXForRangeStmt(ForLoc, CoawaitLoc, Init, ColonLoc, in RebuildCXXForRangeStmt()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3449 StmtResult BuildCXXForRangeStmt(SourceLocation ForLoc,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 4574 StmtResult BuildCXXForRangeStmt(SourceLocation ForLoc,
|