Home | History | Annotate | Download | only in Sema

Lines Matching refs:IfLoc

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