Home
last modified time | relevance | path

Searched refs:ResultTL (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaType.cpp1103 TypeLoc ResultTL = ResultTInfo->getTypeLoc(); in actOnObjCProtocolQualifierType() local
1105 auto ObjCObjectPointerTL = ResultTL.castAs<ObjCObjectPointerTypeLoc>(); in actOnObjCProtocolQualifierType()
1176 TypeLoc ResultTL = ResultTInfo->getTypeLoc(); in actOnObjCTypeArgsAndProtocolQualifiers() local
1180 if (auto ObjCObjectPointerTL = ResultTL.getAs<ObjCObjectPointerTypeLoc>()) { in actOnObjCTypeArgsAndProtocolQualifiers()
1183 ResultTL = ObjCObjectPointerTL.getPointeeLoc(); in actOnObjCTypeArgsAndProtocolQualifiers()
1186 auto ObjCObjectTL = ResultTL.castAs<ObjCObjectTypeLoc>(); in actOnObjCTypeArgsAndProtocolQualifiers()