Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp1026 llvm::Constant *GetProtocolRef(const ObjCProtocolDecl *PD);
3032 return llvm::ConstantExpr::getBitCast(GetProtocolRef(PD), in GenerateProtocolRef()
3048 llvm::Constant *CGObjCCommonMac::GetProtocolRef(const ObjCProtocolDecl *PD) { in GetProtocolRef() function in CGObjCCommonMac
3237 refsArray.add(GetProtocolRef(Proto)); in EmitProtocolList()
7188 ProtocolRefs.push_back(GetProtocolRef(PD)); in EmitProtocolList()