Home | History | Annotate | Download | only in Parse

Lines Matching refs:ILoc

733     SourceLocation ILoc = ConsumeToken();
737 (Actions.getTypeName(II, ILoc, getCurScope()) ||
752 ILoc, PropertyLoc);
765 Res = ParseObjCMessageExpressionBody(SourceLocation(), ILoc, ParsedType(),
781 if (ParsedType Typ = Actions.getTypeName(II, ILoc, getCurScope()))
785 DS.SetRangeStart(ILoc);
786 DS.SetRangeEnd(ILoc);
789 DS.SetTypeSpecType(TST_typename, ILoc, PrevSpec, DiagID, Typ,
818 Name.setIdentifier(&II, ILoc);