Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DGlobalDecl.h163 GlobalDecl getWithDecl(const Decl *D) { in getWithDecl() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp985 return GD.getWithDecl(TD); in isTemplate()
993 return GD.getWithDecl(Spec->getSpecializedTemplate()); in isTemplate()
1000 return GD.getWithDecl(Spec->getSpecializedTemplate()); in isTemplate()
1185 mangleUnscopedName(GD.getWithDecl(ND->getTemplatedDecl()), DC, in mangleUnscopedTemplateName()
2278 mangleUnqualifiedName(GD.getWithDecl(ND->getTemplatedDecl()), DC, in mangleTemplatePrefix()
H A DMicrosoftMangle.cpp933 return GD.getWithDecl(TD); in isTemplate()
941 return GD.getWithDecl(Spec->getSpecializedTemplate()); in isTemplate()
948 return GD.getWithDecl(Spec->getSpecializedTemplate()); in isTemplate()
H A DASTContext.cpp13491 getFunctionFeatureMap(FeatureMap, GlobalDecl().getWithDecl(FD)); in getFunctionFeatureMap()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1837 MC.mangleName(GD.getWithDecl(ND), Out); in getMangledNameImpl()
4635 addDeferredDeclToEmit(GD.getWithDecl(FD)); in GetOrCreateLLVMFunction()