Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp1803 return Actions.ActOnForStmt(ForLoc, T.getOpenLocation(), FirstPart.get(), in ParseForStatement()
/external/llvm-project/clang/lib/Parse/
DParseStmt.cpp2100 return Actions.ActOnForStmt(ForLoc, T.getOpenLocation(), FirstPart.get(), in ParseForStatement()
/external/clang/lib/Sema/
DSemaStmt.cpp1627 StmtResult Sema::ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in ActOnForStmt() function in Sema
DTreeTransform.h1229 return getSema().ActOnForStmt(ForLoc, LParenLoc, Init, Cond, in RebuildForStmt()
DSemaDeclCXX.cpp10065 return S.ActOnForStmt( in buildSingleCopyAssignRecursively()
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp1813 StmtResult Sema::ActOnForStmt(SourceLocation ForLoc, SourceLocation LParenLoc, in ActOnForStmt() function in Sema
DSemaDeclCXX.cpp8148 return S.ActOnForStmt(Loc, Loc, Init, in visitSubobjectArray()
13843 return S.ActOnForStmt( in buildSingleCopyAssignRecursively()
DTreeTransform.h1380 return getSema().ActOnForStmt(ForLoc, LParenLoc, Init, Cond, in RebuildForStmt()
/external/clang/include/clang/Sema/
DSema.h3418 StmtResult ActOnForStmt(SourceLocation ForLoc,
/external/llvm-project/clang/include/clang/Sema/
DSema.h4542 StmtResult ActOnForStmt(SourceLocation ForLoc,