Home
last modified time | relevance | path

Searched refs:getProtocol (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp131 IndexCtx.handleReference(TL.getProtocol(i), TL.getProtocolLoc(i), in VisitObjCObjectTypeLoc()
H A DIndexBody.cpp322 return IndexCtx.handleReference(E->getProtocol(), E->getProtocolIdLoc(), in VisitObjCProtocolExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1164 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 DJSONNodeDumper.cpp1113 JOS.attribute("protocol", createBareDeclRef(OPE->getProtocol())); in VisitObjCProtocolExpr()
H A DTextNodeDumper.cpp1281 OS << ' ' << *Node->getProtocol(); in VisitObjCProtocolExpr()
H A DStmtProfile.cpp2171 VisitDecl(S->getProtocol()); in VisitObjCProtocolExpr()
H A DStmtPrinter.cpp2433 OS << "@protocol(" << *Node->getProtocol() << ')'; in VisitObjCProtocolExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h802 ObjCProtocolDecl *getProtocol(unsigned i) const { in getProtocol() function
984 ObjCProtocolDecl *getProtocol(unsigned i) const { in getProtocol() function
H A DType.h5730 ObjCProtocolDecl *getProtocol(unsigned I) const {
6050 getProtocol
6212 ObjCProtocolDecl *getProtocol(unsigned I) const {
6213 return getObjectType()->getProtocol(I);
H A DExprObjC.h521 ObjCProtocolDecl *getProtocol() const { return TheProtocol; } in getProtocol() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXType.cpp1193 const ObjCProtocolDecl *PD = OT->getProtocol(i); in clang_Type_getObjCProtocolDecl()
H A DCIndex.cpp1610 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 DRewriteObjC.cpp3050 std::string Name = "_OBJC_PROTOCOL_" + Exp->getProtocol()->getNameAsString(); in RewriteObjCProtocolExpr()
3065 ProtocolExprDecls.insert(Exp->getProtocol()->getCanonicalDecl()); in RewriteObjCProtocolExpr()
H A DRewriteModernObjC.cpp3594 Exp->getProtocol()->getNameAsString(); in RewriteObjCProtocolExpr()
3604 ProtocolExprDecls.insert(Exp->getProtocol()->getCanonicalDecl()); in RewriteObjCProtocolExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1336 Record.AddDeclRef(E->getProtocol()); in VisitObjCProtocolExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp263 return CGM.getObjCRuntime().GenerateProtocolRef(*this, E->getProtocol()); in EmitObjCProtocolExpr()