Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp1580 return Actions.ActOnFinishSwitchStmt(SwitchLoc, Switch.get(), Body.get()); in ParseSwitchStatement()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp1177 Sema::ActOnFinishSwitchStmt(SourceLocation SwitchLoc, Stmt *Switch, in ActOnFinishSwitchStmt() function in Sema
H A DTreeTransform.h1349 return getSema().ActOnFinishSwitchStmt(SwitchLoc, Switch, Body); in RebuildSwitchStmtBody()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4674 StmtResult ActOnFinishSwitchStmt(SourceLocation SwitchLoc,