Searched refs:getProtocolLoc (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 141 IndexCtx.handleReference(TL.getProtocol(i), TL.getProtocolLoc(i), in VisitObjCObjectTypeLoc()
|
| /openbsd-src/gnu/llvm/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 | 1428 ObjCProtocolLoc ProtocolLoc(TL.getProtocol(I), TL.getProtocolLoc(I)); 1443 ObjCProtocolLoc ProtocolLoc(TL.getProtocol(I), TL.getProtocolLoc(I));
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 435 addSourceLocation(TL.getProtocolLoc(i)); in VisitObjCTypeParamTypeLoc() 584 addSourceLocation(TL.getProtocolLoc(i)); in VisitObjCObjectTypeLoc()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | TreeTransform.h | 7240 NewTL.setProtocolLoc(i, TL.getProtocolLoc(i)); in TransformObjCTypeParamType() 7366 NewT.setProtocolLoc(i, TL.getProtocolLoc(i)); in TransformObjCObjectType()
|