Searched refs:ObjCObjectPointerTL (Results 1 – 1 of 1) sorted by relevance
351 auto ObjCObjectPointerTL = ResultTL.castAs<ObjCObjectPointerTypeLoc>(); in actOnObjCProtocolQualifierType() local352 ObjCObjectPointerTL.setStarLoc(SourceLocation()); // implicit in actOnObjCProtocolQualifierType()355 ObjCObjectPointerTL.getPointeeLoc().castAs<ObjCObjectTypeLoc>(); in actOnObjCProtocolQualifierType()423 if (auto ObjCObjectPointerTL = ResultTL.getAs<ObjCObjectPointerTypeLoc>()) { in actOnObjCTypeArgsAndProtocolQualifiers() local425 ObjCObjectPointerTL.setStarLoc(SourceLocation()); in actOnObjCTypeArgsAndProtocolQualifiers()426 ResultTL = ObjCObjectPointerTL.getPointeeLoc(); in actOnObjCTypeArgsAndProtocolQualifiers()