Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDTypeLoc.cpp378 setProtocolLAngleLoc(Loc); in initializeLocal()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDTypeLoc.h887 void setProtocolLAngleLoc(SourceLocation Loc) { in setProtocolLAngleLoc() function
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp1052 ObjCObjectTL.setProtocolLAngleLoc(lAngleLoc); in actOnObjCProtocolQualifierType()
1137 ObjCObjectTL.setProtocolLAngleLoc(ProtocolLAngleLoc); in actOnObjCTypeArgsAndProtocolQualifiers()
1142 ObjCObjectTL.setProtocolLAngleLoc(SourceLocation()); in actOnObjCTypeArgsAndProtocolQualifiers()
HDTreeTransform.h5750 NewT.setProtocolLAngleLoc(TL.getProtocolLAngleLoc()); in TransformObjCObjectType()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp5660 TL.setProtocolLAngleLoc(ReadSourceLocation(Record, Idx)); in VisitObjCObjectTypeLoc()