Searched refs:getProtocolLoc (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 141 IndexCtx.handleReference(TL.getProtocol(i), TL.getProtocolLoc(i), in VisitObjCObjectTypeLoc()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 801 SourceLocation getProtocolLoc(unsigned i) const { in getProtocolLoc() function 1006 SourceLocation getProtocolLoc(unsigned i) const { in getProtocolLoc() function
|
| H A D | RecursiveASTVisitor.h | 1445 ObjCProtocolLoc ProtocolLoc(TL.getProtocol(I), TL.getProtocolLoc(I)); 1460 ObjCProtocolLoc ProtocolLoc(TL.getProtocol(I), TL.getProtocolLoc(I));
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 427 addSourceLocation(TL.getProtocolLoc(i)); in VisitObjCTypeParamTypeLoc() 574 addSourceLocation(TL.getProtocolLoc(i)); in VisitObjCObjectTypeLoc()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 1692 if (Visit(MakeCursorObjCProtocolRef(TL.getProtocol(I), TL.getProtocolLoc(I), in VisitObjCTypeParamTypeLoc() 1710 if (Visit(MakeCursorObjCProtocolRef(TL.getProtocol(I), TL.getProtocolLoc(I), in VisitObjCObjectTypeLoc()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TreeTransform.h | 7130 NewTL.setProtocolLoc(i, TL.getProtocolLoc(i)); in TransformObjCTypeParamType() 7255 NewT.setProtocolLoc(i, TL.getProtocolLoc(i)); in TransformObjCObjectType()
|