Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DTypeLoc.cpp478 setProtocolLoc(i, Loc); in initializeLocal()
494 setProtocolLoc(i, Loc); in initializeLocal()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeLoc.h806 void setProtocolLoc(unsigned i, SourceLocation Loc) { in setProtocolLoc() function
1011 void setProtocolLoc(unsigned i, SourceLocation Loc) { in setProtocolLoc() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp1126 ObjCObjectTL.setProtocolLoc(i, protocolLocs[i]); in actOnObjCProtocolQualifierType()
1198 OTPTL.setProtocolLoc(i, ProtocolLocs[i]); in actOnObjCTypeArgsAndProtocolQualifiers()
1225 ObjCObjectTL.setProtocolLoc(i, ProtocolLocs[i]); in actOnObjCTypeArgsAndProtocolQualifiers()
H A DTreeTransform.h7130 NewTL.setProtocolLoc(i, TL.getProtocolLoc(i)); in TransformObjCTypeParamType()
7255 NewT.setProtocolLoc(i, TL.getProtocolLoc(i)); in TransformObjCObjectType()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp6829 TL.setProtocolLoc(i, readSourceLocation()); in VisitObjCTypeParamTypeLoc()
6841 TL.setProtocolLoc(i, readSourceLocation()); in VisitObjCObjectTypeLoc()