Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DGlobalDecl.h172 GlobalDecl getWithDecl(const Decl *D) { in getWithDecl() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.cpp1369 mc.mangleName(gd.getWithDecl(nd), out); in getMangledNameImpl()
1779 addDeferredDeclToEmit(gd.getWithDecl(fd)); in getOrCreateCIRFunction()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp982 return GD.getWithDecl(TD); in isTemplate()
990 return GD.getWithDecl(Spec->getSpecializedTemplate()); in isTemplate()
997 return GD.getWithDecl(Spec->getSpecializedTemplate()); in isTemplate()
1204 mangleUnscopedName(GD.getWithDecl(ND->getTemplatedDecl()), DC, in mangleUnscopedTemplateName()
2320 mangleUnqualifiedName(GD.getWithDecl(ND->getTemplatedDecl()), DC, in mangleTemplatePrefix()
H A DMicrosoftMangle.cpp1062 return GD.getWithDecl(TD); in isTemplate()
1070 return GD.getWithDecl(Spec->getSpecializedTemplate()); in isTemplate()
1077 return GD.getWithDecl(Spec->getSpecializedTemplate()); in isTemplate()
H A DASTContext.cpp14904 getFunctionFeatureMap(FeatureMap, GlobalDecl().getWithDecl(FD)); in getFunctionFeatureMap()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp848 GD = GD.getWithDecl(thunkInfo.Method); in addVTableComponent()
H A DCodeGenModule.cpp2015 MC.mangleName(GD.getWithDecl(ND), Out); in getMangledNameImpl()
4987 addDeferredDeclToEmit(GD.getWithDecl(FD)); in GetOrCreateLLVMFunction()