Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DGlobalDecl.h167 GlobalDecl getWithDecl(const Decl *D) { in getWithDecl() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp984 return GD.getWithDecl(TD); in isTemplate()
992 return GD.getWithDecl(Spec->getSpecializedTemplate()); in isTemplate()
999 return GD.getWithDecl(Spec->getSpecializedTemplate()); in isTemplate()
1186 mangleUnscopedName(GD.getWithDecl(ND->getTemplatedDecl()), DC, in mangleUnscopedTemplateName()
2277 mangleUnqualifiedName(GD.getWithDecl(ND->getTemplatedDecl()), DC, in mangleTemplatePrefix()
H A DMicrosoftMangle.cpp1024 return GD.getWithDecl(TD); in isTemplate()
1032 return GD.getWithDecl(Spec->getSpecializedTemplate()); in isTemplate()
1039 return GD.getWithDecl(Spec->getSpecializedTemplate()); in isTemplate()
H A DASTContext.cpp14066 getFunctionFeatureMap(FeatureMap, GlobalDecl().getWithDecl(FD)); in getFunctionFeatureMap()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp843 GD = GD.getWithDecl(thunkInfo.Method); in addVTableComponent()
H A DCodeGenModule.cpp1848 MC.mangleName(GD.getWithDecl(ND), Out); in getMangledNameImpl()
4745 addDeferredDeclToEmit(GD.getWithDecl(FD)); in GetOrCreateLLVMFunction()