Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseStmt.cpp2116 return Actions.ActOnForStmt(ForLoc, T.getOpenLocation(), FirstPart.get(), in ParseForStatement()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaStmt.cpp2094 StmtResult Sema::ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in ActOnForStmt() function in Sema
DSemaDeclCXX.cpp8234 return S.ActOnForStmt(Loc, Loc, Init, in visitSubobjectArray()
14094 return S.ActOnForStmt( in buildSingleCopyAssignRecursively()
DTreeTransform.h1381 return getSema().ActOnForStmt(ForLoc, LParenLoc, Init, Cond, in RebuildForStmt()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h4717 StmtResult ActOnForStmt(SourceLocation ForLoc,