Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp1000 llvm::Constant *GetProtocolRef(const ObjCProtocolDecl *PD);
2930 return llvm::ConstantExpr::getBitCast(GetProtocolRef(PD), in GenerateProtocolRef()
2946 llvm::Constant *CGObjCCommonMac::GetProtocolRef(const ObjCProtocolDecl *PD) { in GetProtocolRef() function in CGObjCCommonMac
3133 refsArray.add(GetProtocolRef(*begin)); in EmitProtocolList()
6958 array.add(GetProtocolRef(*begin)); // Implemented??? in EmitProtocolList()