Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp354 auto ObjCObjectTL = in actOnObjCProtocolQualifierType() local
356 ObjCObjectTL.setHasBaseTypeAsWritten(false); in actOnObjCProtocolQualifierType()
357 ObjCObjectTL.getBaseLoc().initialize(Context, SourceLocation()); in actOnObjCProtocolQualifierType()
360 ObjCObjectTL.setTypeArgsLAngleLoc(SourceLocation()); in actOnObjCProtocolQualifierType()
361 ObjCObjectTL.setTypeArgsRAngleLoc(SourceLocation()); in actOnObjCProtocolQualifierType()
364 ObjCObjectTL.setProtocolLAngleLoc(lAngleLoc); in actOnObjCProtocolQualifierType()
365 ObjCObjectTL.setProtocolRAngleLoc(rAngleLoc); in actOnObjCProtocolQualifierType()
367 ObjCObjectTL.setProtocolLoc(i, protocolLocs[i]); in actOnObjCProtocolQualifierType()
443 auto ObjCObjectTL = ResultTL.castAs<ObjCObjectTypeLoc>(); in actOnObjCTypeArgsAndProtocolQualifiers() local
446 if (ObjCObjectTL.getNumTypeArgs() > 0) { in actOnObjCTypeArgsAndProtocolQualifiers()
[all …]