Home | History | Annotate | Download | only in Parse

Lines Matching defs:IfLoc

911   SourceLocation IfLoc = ConsumeToken();  // eat the 'if'.
938 if (ParseParenExprOrCondition(CondExp, CondVar, IfLoc, true))
1032 return Actions.ActOnIfStmt(IfLoc, FullCondExp, CondVar, ThenStmt.get(),