Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DGlobalDecl.h158 GlobalDecl getWithDecl(const Decl *D) { in getWithDecl() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp897 return GD.getWithDecl(TD); in isTemplate()
905 return GD.getWithDecl(Spec->getSpecializedTemplate()); in isTemplate()
912 return GD.getWithDecl(Spec->getSpecializedTemplate()); in isTemplate()
1093 mangleUnscopedName(GD.getWithDecl(ND->getTemplatedDecl()), AdditionalAbiTags); in mangleUnscopedTemplateName()
2105 mangleUnqualifiedName(GD.getWithDecl(ND->getTemplatedDecl()), nullptr); in mangleTemplatePrefix()
H A DASTContext.cpp11641 getFunctionFeatureMap(FeatureMap, GlobalDecl().getWithDecl(FD)); in getFunctionFeatureMap()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1248 MC.mangleName(GD.getWithDecl(ND), Out); in getMangledNameImpl()
3658 addDeferredDeclToEmit(GD.getWithDecl(FD)); in GetOrCreateLLVMFunction()