Searched refs:shouldExternalizeStaticVar (Results 1 – 4 of 4) sorted by relevance
278 if (CGM.getContext().shouldExternalizeStaticVar(ND) && in getDeviceSideName()
1267 if (CGM.getContext().shouldExternalizeStaticVar(ND) && in getMangledNameImpl()
3157 bool shouldExternalizeStaticVar(const Decl *D) const;
10743 if (Context.shouldExternalizeStaticVar(D)) in adjustGVALinkageForAttributes()11637 bool ASTContext::shouldExternalizeStaticVar(const Decl *D) const { in shouldExternalizeStaticVar() function in ASTContext