Searched refs:GetAddrOfMSGuidDecl (Results 1 – 5 of 5) sorted by relevance
1089 ConstantAddress GetAddrOfMSGuidDecl(const MSGuidDecl *GD);
2259 return CGM.GetAddrOfMSGuidDecl(GD); in tryEmitBase()
3330 return MakeAddrLValue(CGM.GetAddrOfMSGuidDecl(GD), T, in EmitDeclRefLValue()6186 return CGM.GetAddrOfMSGuidDecl(E->getGuidDecl()) in EmitCXXUuidofExpr()
2471 V = CGM.GetAddrOfMSGuidDecl(GD).getPointer(); in CollectTemplateParams()
3822 ConstantAddress CodeGenModule::GetAddrOfMSGuidDecl(const MSGuidDecl *GD) { in GetAddrOfMSGuidDecl() function in CodeGenModule