Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DGlobalDecl.h158 GlobalDecl getWithDecl(const Decl *D) { in getWithDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DItaniumMangle.cpp894 return GD.getWithDecl(TD); in isTemplate()
902 return GD.getWithDecl(Spec->getSpecializedTemplate()); in isTemplate()
909 return GD.getWithDecl(Spec->getSpecializedTemplate()); in isTemplate()
1090 mangleUnscopedName(GD.getWithDecl(ND->getTemplatedDecl()), AdditionalAbiTags); in mangleUnscopedTemplateName()
2098 mangleUnqualifiedName(GD.getWithDecl(ND->getTemplatedDecl()), nullptr); in mangleTemplatePrefix()
H A DASTContext.cpp11567 getFunctionFeatureMap(FeatureMap, GlobalDecl().getWithDecl(FD)); in getFunctionFeatureMap()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp1218 MC.mangleName(GD.getWithDecl(ND), Out); in getMangledNameImpl()
3628 addDeferredDeclToEmit(GD.getWithDecl(FD)); in GetOrCreateLLVMFunction()