Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp1006 llvm::Constant *GetProtocolRef(const ObjCProtocolDecl *PD);
2529 return llvm::ConstantExpr::getBitCast(GetProtocolRef(PD), in GenerateProtocolRef()
2545 llvm::Constant *CGObjCCommonMac::GetProtocolRef(const ObjCProtocolDecl *PD) { in GetProtocolRef() function in CGObjCCommonMac
2722 ProtocolRefs.push_back(GetProtocolRef(*begin)); in EmitProtocolList()
6356 ProtocolRefs.push_back(GetProtocolRef(*begin)); // Implemented??? in EmitProtocolList()