Home
last modified time | relevance | path

Searched refs:ActOnContinueStmt (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Parse/
DParseStmt.cpp1782 return Actions.ActOnContinueStmt(ContinueLoc, getCurScope()); in ParseContinueStatement()
/external/clang/lib/Sema/
DSemaStmt.cpp2583 Sema::ActOnContinueStmt(SourceLocation ContinueLoc, Scope *CurScope) { in ActOnContinueStmt() function in Sema
/external/clang/include/clang/Sema/
DSema.h3148 StmtResult ActOnContinueStmt(SourceLocation ContinueLoc, Scope *CurScope);