Home
last modified time | relevance | path

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

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