Home
last modified time | relevance | path

Searched refs:shouldExternalize (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCUDANV.cpp286 if (CGM.getContext().shouldExternalize(ND) && in getDeviceSideName()
H A DCodeGenModule.cpp1441 if (CGM.getContext().shouldExternalize(ND) && in getMangledNameImpl()
1532 getContext().shouldExternalize(ND) || getLangOpts().CUDAIsDevice || in getMangledName()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h3318 bool shouldExternalize(const Decl *D) const;
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp11427 if (Context.shouldExternalize(D)) in adjustGVALinkageForAttributes()
12407 bool ASTContext::shouldExternalize(const Decl *D) const { in shouldExternalize() function in ASTContext