Home | History | Annotate | Download | only in Sema

Lines Matching refs:IfLoc

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