Home | History | Annotate | Download | only in Sema

Lines Matching refs:ElseLoc

1166                            SourceLocation ElseLoc, Stmt *Else) {
1167 return getSema().ActOnIfStmt(IfLoc, Cond, CondVar, Then, ElseLoc, Else);