Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseStmt.cpp1585 return Actions.ActOnFinishSwitchStmt(SwitchLoc, Switch.get(), Body.get()); in ParseSwitchStatement()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaStmt.cpp1177 Sema::ActOnFinishSwitchStmt(SourceLocation SwitchLoc, Stmt *Switch, in ActOnFinishSwitchStmt() function in Sema
DTreeTransform.h1349 return getSema().ActOnFinishSwitchStmt(SwitchLoc, Switch, Body); in RebuildSwitchStmtBody()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h4708 StmtResult ActOnFinishSwitchStmt(SourceLocation SwitchLoc,