Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTypeLoc.cpp449 setProtocolLoc(i, Loc); in initializeLocal()
465 setProtocolLoc(i, Loc); in initializeLocal()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLoc.h795 void setProtocolLoc(unsigned i, SourceLocation Loc) { in setProtocolLoc() function
988 void setProtocolLoc(unsigned i, SourceLocation Loc) { in setProtocolLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1100 ObjCObjectTL.setProtocolLoc(i, protocolLocs[i]); in actOnObjCProtocolQualifierType()
1172 OTPTL.setProtocolLoc(i, ProtocolLocs[i]); in actOnObjCTypeArgsAndProtocolQualifiers()
1199 ObjCObjectTL.setProtocolLoc(i, ProtocolLocs[i]); in actOnObjCTypeArgsAndProtocolQualifiers()
H A DTreeTransform.h6346 NewTL.setProtocolLoc(i, TL.getProtocolLoc(i)); in TransformObjCTypeParamType()
6471 NewT.setProtocolLoc(i, TL.getProtocolLoc(i)); in TransformObjCObjectType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6724 TL.setProtocolLoc(i, ReadSourceLocation()); in VisitObjCTypeParamTypeLoc()
6736 TL.setProtocolLoc(i, ReadSourceLocation()); in VisitObjCObjectTypeLoc()