Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DGlobalDecl.h86 GlobalDecl getWithDecl(const Decl *D) { in getWithDecl() function
/external/llvm-project/clang/include/clang/AST/
DGlobalDecl.h158 GlobalDecl getWithDecl(const Decl *D) { in getWithDecl() function
/external/llvm-project/clang/lib/AST/
DItaniumMangle.cpp805 return GD.getWithDecl(TD); in isTemplate()
813 return GD.getWithDecl(Spec->getSpecializedTemplate()); in isTemplate()
820 return GD.getWithDecl(Spec->getSpecializedTemplate()); in isTemplate()
989 mangleUnscopedName(GD.getWithDecl(ND->getTemplatedDecl()), AdditionalAbiTags); in mangleUnscopedTemplateName()
1966 mangleUnqualifiedName(GD.getWithDecl(ND->getTemplatedDecl()), nullptr); in mangleTemplatePrefix()
DASTContext.cpp11374 getFunctionFeatureMap(FeatureMap, GlobalDecl().getWithDecl(FD)); in getFunctionFeatureMap()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp1128 MC.mangleName(GD.getWithDecl(ND), Out); in getMangledNameImpl()
3480 addDeferredDeclToEmit(GD.getWithDecl(FD)); in GetOrCreateLLVMFunction()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp1961 addDeferredDeclToEmit(F, GD.getWithDecl(FD)); in GetOrCreateLLVMFunction()