Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp355 auto ObjCObjectPointerTL = ResultTL.castAs<ObjCObjectPointerTypeLoc>(); in actOnObjCProtocolQualifierType() local
356 ObjCObjectPointerTL.setStarLoc(SourceLocation()); // implicit in actOnObjCProtocolQualifierType()
359 ObjCObjectPointerTL.getPointeeLoc().castAs<ObjCObjectTypeLoc>(); in actOnObjCProtocolQualifierType()
427 if (auto ObjCObjectPointerTL = ResultTL.getAs<ObjCObjectPointerTypeLoc>()) { in actOnObjCTypeArgsAndProtocolQualifiers() local
429 ObjCObjectPointerTL.setStarLoc(SourceLocation()); in actOnObjCTypeArgsAndProtocolQualifiers()
430 ResultTL = ObjCObjectPointerTL.getPointeeLoc(); in actOnObjCTypeArgsAndProtocolQualifiers()