Home | History | Annotate | Download | only in Parse

Lines Matching refs:ILoc

866     SourceLocation ILoc = ConsumeToken();
870 (Actions.getTypeName(II, ILoc, getCurScope()) ||
885 ILoc, PropertyLoc);
898 Res = ParseObjCMessageExpressionBody(SourceLocation(), ILoc, ParsedType(),
914 if (ParsedType Typ = Actions.getTypeName(II, ILoc, getCurScope()))
918 DS.SetRangeStart(ILoc);
919 DS.SetRangeEnd(ILoc);
922 DS.SetTypeSpecType(TST_typename, ILoc, PrevSpec, DiagID, Typ,
958 Name.setIdentifier(&II, ILoc);