Searched refs:shouldExternalize (Results 1 – 4 of 4) sorted by relevance
287 if (CGM.getContext().shouldExternalize(ND) && in getDeviceSideName()
1922 if (CGM.getContext().shouldExternalize(ND) && in getMangledNameImpl()2013 getContext().shouldExternalize(ND) || getLangOpts().CUDAIsDevice || in getMangledName()
3456 bool shouldExternalize(const Decl *D) const;
12179 if (Context.shouldExternalize(D)) in adjustGVALinkageForAttributes()14171 bool ASTContext::shouldExternalize(const Decl *D) const { in shouldExternalize() function in ASTContext