Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2416 return Actions.ActOnContinueStmt(ContinueLoc, getCurScope()); in ParseContinueStatement()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3181 Sema::ActOnContinueStmt(SourceLocation ContinueLoc, Scope *CurScope) { in ActOnContinueStmt() function in Sema
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10807 StmtResult ActOnContinueStmt(SourceLocation ContinueLoc, Scope *CurScope);