Searched refs:shouldExternalize (Results 1 – 4 of 4) sorted by relevance
298 if (CGM.getContext().shouldExternalize(ND) && in getDeviceSideName()
2094 if (CGM.getContext().shouldExternalize(ND) && in getMangledNameImpl()2185 getContext().shouldExternalize(ND) || getLangOpts().CUDAIsDevice || in getMangledName()
3695 bool shouldExternalize(const Decl *D) const;
12804 if (Context.shouldExternalize(D)) in adjustGVALinkageForAttributes()15096 bool ASTContext::shouldExternalize(const Decl *D) const { in shouldExternalize() function in ASTContext