Home
last modified time | relevance | path

Searched refs:ActOnFinishSwitchStmt (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1803 return Actions.ActOnFinishSwitchStmt(SwitchLoc, Switch.get(), Body.get()); in ParseSwitchStatement()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1245 Sema::ActOnFinishSwitchStmt(SourceLocation SwitchLoc, Stmt *Switch, in ActOnFinishSwitchStmt() function in Sema
H A DTreeTransform.h1441 return getSema().ActOnFinishSwitchStmt(SwitchLoc, Switch, Body); in RebuildSwitchStmtBody()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10728 StmtResult ActOnFinishSwitchStmt(SourceLocation SwitchLoc, Stmt *Switch,