Searched refs:ResultTL (Results 1 – 1 of 1) sorted by relevance
1103 TypeLoc ResultTL = ResultTInfo->getTypeLoc(); in actOnObjCProtocolQualifierType() local1105 auto ObjCObjectPointerTL = ResultTL.castAs<ObjCObjectPointerTypeLoc>(); in actOnObjCProtocolQualifierType()1176 TypeLoc ResultTL = ResultTInfo->getTypeLoc(); in actOnObjCTypeArgsAndProtocolQualifiers() local1180 if (auto ObjCObjectPointerTL = ResultTL.getAs<ObjCObjectPointerTypeLoc>()) { in actOnObjCTypeArgsAndProtocolQualifiers()1183 ResultTL = ObjCObjectPointerTL.getPointeeLoc(); in actOnObjCTypeArgsAndProtocolQualifiers()1186 auto ObjCObjectTL = ResultTL.castAs<ObjCObjectTypeLoc>(); in actOnObjCTypeArgsAndProtocolQualifiers()