Lines Matching defs:ILoc
1242 SourceLocation ILoc = ConsumeToken();
1246 (Actions.getTypeName(II, ILoc, getCurScope()) ||
1254 getCurScope(), II, ILoc, ExprStatementTokLoc == ILoc);
1266 Res = Actions.ObjC().ActOnClassPropertyRefExpr(II, PropertyName, ILoc,
1280 Res = ParseObjCMessageExpressionBody(SourceLocation(), ILoc, nullptr,
1296 if (ParsedType Typ = Actions.getTypeName(II, ILoc, getCurScope()))
1300 DS.SetRangeStart(ILoc);
1301 DS.SetRangeEnd(ILoc);
1304 DS.SetTypeSpecType(TST_typename, ILoc, PrevSpec, DiagID, Typ,
1342 Name.setIdentifier(&II, ILoc);