Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTypeLoc.cpp446 setProtocolLAngleLoc(Loc); in initializeLocal()
462 setProtocolLAngleLoc(Loc); in initializeLocal()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h772 void setProtocolLAngleLoc(SourceLocation Loc) { in setProtocolLAngleLoc() function
967 void setProtocolLAngleLoc(SourceLocation Loc) { in setProtocolLAngleLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1097 ObjCObjectTL.setProtocolLAngleLoc(lAngleLoc); in actOnObjCProtocolQualifierType()
1169 OTPTL.setProtocolLAngleLoc(ProtocolLAngleLoc); in actOnObjCTypeArgsAndProtocolQualifiers()
1196 ObjCObjectTL.setProtocolLAngleLoc(ProtocolLAngleLoc); in actOnObjCTypeArgsAndProtocolQualifiers()
1201 ObjCObjectTL.setProtocolLAngleLoc(SourceLocation()); in actOnObjCTypeArgsAndProtocolQualifiers()
H A DTreeTransform.h6344 NewTL.setProtocolLAngleLoc(TL.getProtocolLAngleLoc()); in TransformObjCTypeParamType()
6469 NewT.setProtocolLAngleLoc(TL.getProtocolLAngleLoc()); in TransformObjCObjectType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6720 TL.setProtocolLAngleLoc(ReadSourceLocation()); in VisitObjCTypeParamTypeLoc()
6733 TL.setProtocolLAngleLoc(ReadSourceLocation()); in VisitObjCObjectTypeLoc()