Home | History | Annotate | Download | only in Parse

Lines Matching refs:IfLoc

1067   SourceLocation IfLoc = ConsumeToken();  // eat the 'if'.
1094 if (ParseParenExprOrCondition(CondExp, CondVar, IfLoc, true))
1097 FullExprArg FullCondExp(Actions.MakeFullExpr(CondExp.get(), IfLoc));
1181 return Actions.ActOnIfStmt(IfLoc, FullCondExp, CondVar, ThenStmt.get(),