Home | History | Annotate | Download | only in Sema

Lines Matching refs:IfLoc

1065   StmtResult RebuildIfStmt(SourceLocation IfLoc, Sema::FullExprArg Cond,
1068 return getSema().ActOnIfStmt(IfLoc, Cond, CondVar, Then, ElseLoc, Else);