Searched refs:shouldExternalize (Results 1 – 4 of 4) sorted by relevance
286 if (CGM.getContext().shouldExternalize(ND) && in getDeviceSideName()
1441 if (CGM.getContext().shouldExternalize(ND) && in getMangledNameImpl()1532 getContext().shouldExternalize(ND) || getLangOpts().CUDAIsDevice || in getMangledName()
3318 bool shouldExternalize(const Decl *D) const;
11427 if (Context.shouldExternalize(D)) in adjustGVALinkageForAttributes()12407 bool ASTContext::shouldExternalize(const Decl *D) const { in shouldExternalize() function in ASTContext