Home
last modified time | relevance | path

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

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