Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp1333 return Actions.ActOnFinishSwitchStmt(SwitchLoc, Switch.get(), Body.get()); in ParseSwitchStatement()
/external/clang/lib/Sema/
DSemaStmt.cpp739 Sema::ActOnFinishSwitchStmt(SourceLocation SwitchLoc, Stmt *Switch, in ActOnFinishSwitchStmt() function in Sema
DTreeTransform.h1198 return getSema().ActOnFinishSwitchStmt(SwitchLoc, Switch, Body); in RebuildSwitchStmtBody()
/external/clang/include/clang/Sema/
DSema.h3410 StmtResult ActOnFinishSwitchStmt(SourceLocation SwitchLoc,