Searched refs:GetAddrOfMSGuidDecl (Results 1 – 5 of 5) sorted by relevance
950 ConstantAddress GetAddrOfMSGuidDecl(const MSGuidDecl *GD);
1960 return CGM.GetAddrOfMSGuidDecl(GD); in tryEmitBase()
3172 return MakeAddrLValue(CGM.GetAddrOfMSGuidDecl(GD), T, in EmitDeclRefLValue()5624 return CGM.GetAddrOfMSGuidDecl(E->getGuidDecl()) in EmitCXXUuidofExpr()
2171 V = CGM.GetAddrOfMSGuidDecl(GD).getPointer(); in CollectTemplateParams()
3529 ConstantAddress CodeGenModule::GetAddrOfMSGuidDecl(const MSGuidDecl *GD) { in GetAddrOfMSGuidDecl() function in CodeGenModule