Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp1734 return Actions.ActOnForStmt(ForLoc, T.getOpenLocation(), FirstPart.get(), in ParseForStatement()
/external/clang/lib/Sema/
DSemaStmt.cpp1605 Sema::ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in ActOnForStmt() function in Sema
DTreeTransform.h1196 return getSema().ActOnForStmt(ForLoc, LParenLoc, Init, Cond, in RebuildForStmt()
DSemaDeclCXX.cpp9902 return S.ActOnForStmt(Loc, Loc, InitStmt, in buildSingleCopyAssignRecursively()
/external/clang/include/clang/Sema/
DSema.h3104 StmtResult ActOnForStmt(SourceLocation ForLoc,