Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DGlobalDecl.h163 GlobalDecl getWithDecl(const Decl *D) { in getWithDecl() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DItaniumMangle.cpp927 return GD.getWithDecl(TD); in isTemplate()
935 return GD.getWithDecl(Spec->getSpecializedTemplate()); in isTemplate()
942 return GD.getWithDecl(Spec->getSpecializedTemplate()); in isTemplate()
1127 mangleUnscopedName(GD.getWithDecl(ND->getTemplatedDecl()), DC, in mangleUnscopedTemplateName()
2161 mangleUnqualifiedName(GD.getWithDecl(ND->getTemplatedDecl()), DC, in mangleTemplatePrefix()
H A DMicrosoftMangle.cpp875 return GD.getWithDecl(TD); in isTemplate()
883 return GD.getWithDecl(Spec->getSpecializedTemplate()); in isTemplate()
890 return GD.getWithDecl(Spec->getSpecializedTemplate()); in isTemplate()
H A DASTContext.cpp13338 getFunctionFeatureMap(FeatureMap, GlobalDecl().getWithDecl(FD)); in getFunctionFeatureMap()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp1436 MC.mangleName(GD.getWithDecl(ND), Out); in getMangledNameImpl()
4166 addDeferredDeclToEmit(GD.getWithDecl(FD)); in GetOrCreateLLVMFunction()