Lines Matching defs:ILoc
1258 SourceLocation ILoc = ConsumeToken();
1262 (Actions.getTypeName(II, ILoc, getCurScope()) ||
1270 getCurScope(), II, ILoc, ExprStatementTokLoc == ILoc);
1282 Res = Actions.ObjC().ActOnClassPropertyRefExpr(II, PropertyName, ILoc,
1296 Res = ParseObjCMessageExpressionBody(SourceLocation(), ILoc, nullptr,
1312 if (ParsedType Typ = Actions.getTypeName(II, ILoc, getCurScope()))
1316 DS.SetRangeStart(ILoc);
1317 DS.SetRangeEnd(ILoc);
1320 DS.SetTypeSpecType(TST_typename, ILoc, PrevSpec, DiagID, Typ,
1358 Name.setIdentifier(&II, ILoc);