Searched refs:getProtocol (Results 1 – 18 of 18) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ASTTypeTraits.cpp | 199 P->getProtocol()->print(OS, PP); in print()
|
| H A D | ASTStructuralEquivalence.cpp | 1226 if (!IsStructurallyEquivalent(Context, Obj1->getProtocol(I), in IsStructurallyEquivalent() 1227 Obj2->getProtocol(I))) in IsStructurallyEquivalent() 1242 if (!IsStructurallyEquivalent(Context, Obj1->getProtocol(I), in IsStructurallyEquivalent() 1243 Obj2->getProtocol(I))) in IsStructurallyEquivalent()
|
| H A D | JSONNodeDumper.cpp | 1191 JOS.attribute("protocol", createBareDeclRef(OPE->getProtocol())); in VisitObjCProtocolExpr()
|
| H A D | StmtProfile.cpp | 2268 VisitDecl(S->getProtocol()); in VisitObjCProtocolExpr()
|
| H A D | TextNodeDumper.cpp | 1342 OS << ' ' << *Node->getProtocol(); in VisitObjCProtocolExpr()
|
| H A D | StmtPrinter.cpp | 2624 OS << "@protocol(" << *Node->getProtocol() << ')'; in VisitObjCProtocolExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 141 IndexCtx.handleReference(TL.getProtocol(i), TL.getProtocolLoc(i), in VisitObjCObjectTypeLoc()
|
| H A D | IndexBody.cpp | 323 return IndexCtx.handleReference(E->getProtocol(), E->getProtocolIdLoc(), in VisitObjCProtocolExpr()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 811 ObjCProtocolDecl *getProtocol(unsigned i) const { in getProtocol() function 1016 ObjCProtocolDecl *getProtocol(unsigned i) const { in getProtocol() function 2665 ObjCProtocolDecl *getProtocol() const { return Protocol; } in getProtocol() function
|
| H A D | Type.h | 5938 ObjCProtocolDecl *getProtocol(unsigned I) const { 6256 getProtocol 6418 ObjCProtocolDecl *getProtocol(unsigned I) const { 6419 return getObjectType()->getProtocol(I);
|
| H A D | ExprObjC.h | 521 ObjCProtocolDecl *getProtocol() const { return TheProtocol; } in getProtocol() 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/tools/libclang/ |
| H A D | CXType.cpp | 1217 const ObjCProtocolDecl *PD = OT->getProtocol(i); in clang_Type_getObjCProtocolDecl()
|
| 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() 4736 return PE->getProtocol(); in getDeclFromExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 3038 std::string Name = "_OBJC_PROTOCOL_" + Exp->getProtocol()->getNameAsString(); in RewriteObjCProtocolExpr() 3053 ProtocolExprDecls.insert(Exp->getProtocol()->getCanonicalDecl()); in RewriteObjCProtocolExpr()
|
| H A D | RewriteModernObjC.cpp | 3585 Exp->getProtocol()->getNameAsString(); in RewriteObjCProtocolExpr() 3595 ProtocolExprDecls.insert(Exp->getProtocol()->getCanonicalDecl()); in RewriteObjCProtocolExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1343 Record.AddDeclRef(E->getProtocol()); in VisitObjCProtocolExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 267 return CGM.getObjCRuntime().GenerateProtocolRef(*this, E->getProtocol()); in EmitObjCProtocolExpr()
|