Home | History | Annotate | Download | only in Parse

Lines Matching refs:DoLoc

1346   SourceLocation DoLoc = ConsumeToken();  // eat the 'do'.
1378 Diag(DoLoc, diag::note_matching) << "'do'";
1405 return Actions.ActOnDoStmt(DoLoc, Body.get(), WhileLoc, T.getOpenLocation(),