Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp1110 auto ObjCObjectPointerTL = ResultTL.castAs<ObjCObjectPointerTypeLoc>(); in actOnObjCProtocolQualifierType() local
1111 ObjCObjectPointerTL.setStarLoc(SourceLocation()); // implicit in actOnObjCProtocolQualifierType()
1113 auto ObjCObjectTL = ObjCObjectPointerTL.getPointeeLoc() in actOnObjCProtocolQualifierType()
1185 if (auto ObjCObjectPointerTL = ResultTL.getAs<ObjCObjectPointerTypeLoc>()) { in actOnObjCTypeArgsAndProtocolQualifiers() local
1187 ObjCObjectPointerTL.setStarLoc(SourceLocation()); in actOnObjCTypeArgsAndProtocolQualifiers()
1188 ResultTL = ObjCObjectPointerTL.getPointeeLoc(); in actOnObjCTypeArgsAndProtocolQualifiers()