Searched refs:getProtocol (Results 1 – 16 of 16) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 131 IndexCtx.handleReference(TL.getProtocol(i), TL.getProtocolLoc(i), in VisitObjCObjectTypeLoc()
|
| H A D | IndexBody.cpp | 322 return IndexCtx.handleReference(E->getProtocol(), E->getProtocolIdLoc(), in VisitObjCProtocolExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 1164 if (!IsStructurallyEquivalent(Context, Obj1->getProtocol(I), in IsStructurallyEquivalent() 1165 Obj2->getProtocol(I))) in IsStructurallyEquivalent() 1180 if (!IsStructurallyEquivalent(Context, Obj1->getProtocol(I), in IsStructurallyEquivalent() 1181 Obj2->getProtocol(I))) in IsStructurallyEquivalent()
|
| H A D | JSONNodeDumper.cpp | 1113 JOS.attribute("protocol", createBareDeclRef(OPE->getProtocol())); in VisitObjCProtocolExpr()
|
| H A D | TextNodeDumper.cpp | 1281 OS << ' ' << *Node->getProtocol(); in VisitObjCProtocolExpr()
|
| H A D | StmtProfile.cpp | 2171 VisitDecl(S->getProtocol()); in VisitObjCProtocolExpr()
|
| H A D | StmtPrinter.cpp | 2433 OS << "@protocol(" << *Node->getProtocol() << ')'; in VisitObjCProtocolExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 802 ObjCProtocolDecl *getProtocol(unsigned i) const { in getProtocol() function 984 ObjCProtocolDecl *getProtocol(unsigned i) const { in getProtocol() function
|
| H A D | Type.h | 5730 ObjCProtocolDecl *getProtocol(unsigned I) const { 6050 getProtocol 6212 ObjCProtocolDecl *getProtocol(unsigned I) const { 6213 return getObjectType()->getProtocol(I);
|
| H A D | ExprObjC.h | 521 ObjCProtocolDecl *getProtocol() const { return TheProtocol; } in getProtocol() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CXType.cpp | 1193 const ObjCProtocolDecl *PD = OT->getProtocol(i); in clang_Type_getObjCProtocolDecl()
|
| H A D | CIndex.cpp | 1610 if (Visit(MakeCursorObjCProtocolRef(TL.getProtocol(I), TL.getProtocolLoc(I), in VisitObjCTypeParamTypeLoc() 1628 if (Visit(MakeCursorObjCProtocolRef(TL.getProtocol(I), TL.getProtocolLoc(I), in VisitObjCObjectTypeLoc() 4510 return PE->getProtocol(); in getDeclFromExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 3050 std::string Name = "_OBJC_PROTOCOL_" + Exp->getProtocol()->getNameAsString(); in RewriteObjCProtocolExpr() 3065 ProtocolExprDecls.insert(Exp->getProtocol()->getCanonicalDecl()); in RewriteObjCProtocolExpr()
|
| H A D | RewriteModernObjC.cpp | 3594 Exp->getProtocol()->getNameAsString(); in RewriteObjCProtocolExpr() 3604 ProtocolExprDecls.insert(Exp->getProtocol()->getCanonicalDecl()); in RewriteObjCProtocolExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1336 Record.AddDeclRef(E->getProtocol()); in VisitObjCProtocolExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 263 return CGM.getObjCRuntime().GenerateProtocolRef(*this, E->getProtocol()); in EmitObjCProtocolExpr()
|