Home
last modified time | relevance | path

Searched refs:shouldMangleDeclName (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp121 bool MangleContext::shouldMangleDeclName(const NamedDecl *D) { in shouldMangleDeclName() function in MangleContext
280 if (shouldMangleDeclName(ID)) in mangleGlobalBlock()
330 if (!shouldMangleDeclName(ND) && ND->getIdentifier()) in mangleBlock()
556 if (MC->shouldMangleDeclName(D)) { in writeFuncOrVarName()
H A DItaniumMangle.cpp835 if (!Context.shouldMangleDeclName(FD)) { in mangleFunctionEncoding()
7473 if (shouldMangleDeclName(D)) in mangleDynamicAtExitDestructor()
7485 if (shouldMangleDeclName(D)) in mangleDynamicStermFinalizer()
7496 if (shouldMangleDeclName(EnclosingFD)) in mangleSEHFilterExpression()
7507 if (shouldMangleDeclName(EnclosingFD)) in mangleSEHFinallyBlock()
H A DMicrosoftMangle.cpp614 mangleFunctionEncoding(GD, Context.shouldMangleDeclName(FD)); in mangle()
H A DExpr.cpp682 if (MC->shouldMangleDeclName(ND)) { in ComputeName()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h124 bool shouldMangleDeclName(const NamedDecl *D);
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp87 if (MC->shouldMangleDeclName(D)) { in getMangledName()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp289 if (MC->shouldMangleDeclName(ND)) { in getDeviceSideName()
H A DCodeGenModule.cpp2013 bool ShouldMangle = MC.shouldMangleDeclName(ND); in getMangledNameImpl()
4265 if (getCXXABI().getMangleContext().shouldMangleDeclName(FD)) { in isTriviallyRecursive()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.cpp1368 if (mc.shouldMangleDeclName(nd)) { in getMangledNameImpl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp1669 if (MC->shouldMangleDeclName(ND)) { in markUsedForAliasOrIfunc()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc10518 …5clang9NamedDeclE", "(anonymous namespace)::ItaniumMangleContext::shouldMangleDeclName(clang::Name…
10600 …lang9NamedDeclE", "(anonymous namespace)::MicrosoftMangleContext::shouldMangleDeclName(clang::Name…