Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1127 auto ObjCObjectPointerTL = ResultTL.castAs<ObjCObjectPointerTypeLoc>(); in actOnObjCProtocolQualifierType() local
1128 ObjCObjectPointerTL.setStarLoc(SourceLocation()); // implicit in actOnObjCProtocolQualifierType()
1130 auto ObjCObjectTL = ObjCObjectPointerTL.getPointeeLoc() in actOnObjCProtocolQualifierType()
1203 if (auto ObjCObjectPointerTL = ResultTL.getAs<ObjCObjectPointerTypeLoc>()) { in actOnObjCTypeArgsAndProtocolQualifiers() local
1205 ObjCObjectPointerTL.setStarLoc(SourceLocation()); in actOnObjCTypeArgsAndProtocolQualifiers()
1206 ResultTL = ObjCObjectPointerTL.getPointeeLoc(); in actOnObjCTypeArgsAndProtocolQualifiers()