Home
last modified time | relevance | path

Searched refs:getWithDecl (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DGlobalDecl.h163 GlobalDecl getWithDecl(const Decl *D) { in getWithDecl() function
/llvm-project-15.0.7/clang/lib/AST/
H A DItaniumMangle.cpp929 return GD.getWithDecl(TD); in isTemplate()
937 return GD.getWithDecl(Spec->getSpecializedTemplate()); in isTemplate()
944 return GD.getWithDecl(Spec->getSpecializedTemplate()); in isTemplate()
1130 mangleUnscopedName(GD.getWithDecl(ND->getTemplatedDecl()), DC, in mangleUnscopedTemplateName()
2164 mangleUnqualifiedName(GD.getWithDecl(ND->getTemplatedDecl()), DC, in mangleTemplatePrefix()
H A DMicrosoftMangle.cpp871 return GD.getWithDecl(TD); in isTemplate()
879 return GD.getWithDecl(Spec->getSpecializedTemplate()); in isTemplate()
886 return GD.getWithDecl(Spec->getSpecializedTemplate()); in isTemplate()
H A DASTContext.cpp12321 getFunctionFeatureMap(FeatureMap, GlobalDecl().getWithDecl(FD)); in getFunctionFeatureMap()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp1388 MC.mangleName(GD.getWithDecl(ND), Out); in getMangledNameImpl()
4012 addDeferredDeclToEmit(GD.getWithDecl(FD)); in GetOrCreateLLVMFunction()