Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp1117 TypeLoc ResultTL = ResultTInfo->getTypeLoc(); in actOnObjCProtocolQualifierType() local
1119 auto ObjCObjectPointerTL = ResultTL.castAs<ObjCObjectPointerTypeLoc>(); in actOnObjCProtocolQualifierType()
1190 TypeLoc ResultTL = ResultTInfo->getTypeLoc(); in actOnObjCTypeArgsAndProtocolQualifiers() local
1194 if (auto ObjCObjectPointerTL = ResultTL.getAs<ObjCObjectPointerTypeLoc>()) { in actOnObjCTypeArgsAndProtocolQualifiers()
1197 ResultTL = ObjCObjectPointerTL.getPointeeLoc(); in actOnObjCTypeArgsAndProtocolQualifiers()
1200 if (auto OTPTL = ResultTL.getAs<ObjCTypeParamTypeLoc>()) { in actOnObjCTypeArgsAndProtocolQualifiers()
1214 auto ObjCObjectTL = ResultTL.castAs<ObjCObjectTypeLoc>(); in actOnObjCTypeArgsAndProtocolQualifiers()