Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1084 auto ObjCObjectPointerTL = ResultTL.castAs<ObjCObjectPointerTypeLoc>(); in actOnObjCProtocolQualifierType() local
1085 ObjCObjectPointerTL.setStarLoc(SourceLocation()); // implicit in actOnObjCProtocolQualifierType()
1087 auto ObjCObjectTL = ObjCObjectPointerTL.getPointeeLoc() in actOnObjCProtocolQualifierType()
1159 if (auto ObjCObjectPointerTL = ResultTL.getAs<ObjCObjectPointerTypeLoc>()) { in actOnObjCTypeArgsAndProtocolQualifiers() local
1161 ObjCObjectPointerTL.setStarLoc(SourceLocation()); in actOnObjCTypeArgsAndProtocolQualifiers()
1162 ResultTL = ObjCObjectPointerTL.getPointeeLoc(); in actOnObjCTypeArgsAndProtocolQualifiers()