Home
last modified time | relevance | path

Searched refs:ActOnForStmt (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2368 return Actions.ActOnForStmt(ForLoc, T.getOpenLocation(), FirstPart.get(), in ParseForStatement()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2164 StmtResult Sema::ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in ActOnForStmt() function in Sema
H A DSemaDeclCXX.cpp8559 return S.ActOnForStmt(Loc, Loc, Init, in visitSubobjectArray()
14717 return S.ActOnForStmt( in buildSingleCopyAssignRecursively()
H A DTreeTransform.h1473 return getSema().ActOnForStmt(ForLoc, LParenLoc, Init, Cond, in RebuildForStmt()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10743 StmtResult ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc,