Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2557 StmtResult R = BuildCXXForRangeStmt( in ActOnCXXForRangeStmt()
2750 StmtResult Sema::BuildCXXForRangeStmt(SourceLocation ForLoc, in BuildCXXForRangeStmt() function in Sema
H A DTreeTransform.h2578 return getSema().BuildCXXForRangeStmt(ForLoc, CoawaitLoc, Init, ColonLoc, in RebuildCXXForRangeStmt()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5257 StmtResult BuildCXXForRangeStmt(SourceLocation ForLoc,