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.cpp358 auto ObjCObjectTL = in actOnObjCProtocolQualifierType() local
360 ObjCObjectTL.setHasBaseTypeAsWritten(false); in actOnObjCProtocolQualifierType()
361 ObjCObjectTL.getBaseLoc().initialize(Context, SourceLocation()); in actOnObjCProtocolQualifierType()
364 ObjCObjectTL.setTypeArgsLAngleLoc(SourceLocation()); in actOnObjCProtocolQualifierType()
365 ObjCObjectTL.setTypeArgsRAngleLoc(SourceLocation()); in actOnObjCProtocolQualifierType()
368 ObjCObjectTL.setProtocolLAngleLoc(lAngleLoc); in actOnObjCProtocolQualifierType()
369 ObjCObjectTL.setProtocolRAngleLoc(rAngleLoc); in actOnObjCProtocolQualifierType()
371 ObjCObjectTL.setProtocolLoc(i, protocolLocs[i]); in actOnObjCProtocolQualifierType()
447 auto ObjCObjectTL = ResultTL.castAs<ObjCObjectTypeLoc>(); in actOnObjCTypeArgsAndProtocolQualifiers() local
450 if (ObjCObjectTL.getNumTypeArgs() > 0) { in actOnObjCTypeArgsAndProtocolQualifiers()
[all …]