Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DMangle.cpp105 bool MangleContext::shouldMangleDeclName(const NamedDecl *D) { in shouldMangleDeclName() function in MangleContext
259 if (shouldMangleDeclName(ID)) in mangleGlobalBlock()
310 if (!shouldMangleDeclName(ND) && ND->getIdentifier()) in mangleBlock()
524 if (MC->shouldMangleDeclName(D)) { in writeFuncOrVarName()
H A DItaniumMangle.cpp795 if (!Context.shouldMangleDeclName(FD)) { in mangleFunctionEncoding()
6415 if (shouldMangleDeclName(D)) in mangleDynamicAtExitDestructor()
6427 if (shouldMangleDeclName(D)) in mangleDynamicStermFinalizer()
6437 if (shouldMangleDeclName(EnclosingDecl)) in mangleSEHFilterExpression()
6447 if (shouldMangleDeclName(EnclosingDecl)) in mangleSEHFinallyBlock()
H A DMicrosoftMangle.cpp563 mangleFunctionEncoding(GD, Context.shouldMangleDeclName(FD)); in mangle()
H A DExpr.cpp649 if (MC->shouldMangleDeclName(ND)) { in ComputeName()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DMangle.h110 bool shouldMangleDeclName(const NamedDecl *D);
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCUDANV.cpp277 if (MC->shouldMangleDeclName(ND)) { in getDeviceSideName()
H A DCodeGenModule.cpp1386 bool ShouldMangle = MC.shouldMangleDeclName(ND); in getMangledNameImpl()
3398 if (getCXXABI().getMangleContext().shouldMangleDeclName(FD)) { in isTriviallyRecursive()