Searched refs:ActOnForStmt (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 2368 return Actions.ActOnForStmt(ForLoc, T.getOpenLocation(), FirstPart.get(), in ParseForStatement()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 2164 StmtResult Sema::ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in ActOnForStmt() function in Sema
|
H A D | SemaDeclCXX.cpp | 8559 return S.ActOnForStmt(Loc, Loc, Init, in visitSubobjectArray() 14717 return S.ActOnForStmt( in buildSingleCopyAssignRecursively()
|
H A D | TreeTransform.h | 1473 return getSema().ActOnForStmt(ForLoc, LParenLoc, Init, Cond, in RebuildForStmt()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 10743 StmtResult ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc,
|