Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp105 bool MangleContext::shouldMangleDeclName(const NamedDecl *D) { in shouldMangleDeclName() function in MangleContext
263 if (shouldMangleDeclName(ID)) in mangleGlobalBlock()
314 if (!shouldMangleDeclName(ND) && ND->getIdentifier()) in mangleBlock()
528 if (MC->shouldMangleDeclName(D)) { in writeFuncOrVarName()
H A DItaniumMangle.cpp838 if (!Context.shouldMangleDeclName(FD)) { in mangleFunctionEncoding()
7092 if (shouldMangleDeclName(D)) in mangleDynamicAtExitDestructor()
7104 if (shouldMangleDeclName(D)) in mangleDynamicStermFinalizer()
7115 if (shouldMangleDeclName(EnclosingFD)) in mangleSEHFilterExpression()
7126 if (shouldMangleDeclName(EnclosingFD)) in mangleSEHFinallyBlock()
H A DMicrosoftMangle.cpp568 mangleFunctionEncoding(GD, Context.shouldMangleDeclName(FD)); in mangle()
H A DExpr.cpp677 if (MC->shouldMangleDeclName(ND)) { in ComputeName()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h120 bool shouldMangleDeclName(const NamedDecl *D);
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp284 if (MC->shouldMangleDeclName(ND)) { in getDeviceSideName()
H A DCodeGenModule.cpp1835 bool ShouldMangle = MC.shouldMangleDeclName(ND); in getMangledNameImpl()
3966 if (getCXXABI().getMangleContext().shouldMangleDeclName(FD)) { in isTriviallyRecursive()