Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp107 bool MangleContext::shouldMangleDeclName(const NamedDecl *D) { in shouldMangleDeclName() function in MangleContext
255 if (shouldMangleDeclName(ID)) in mangleGlobalBlock()
306 if (!shouldMangleDeclName(ND) && ND->getIdentifier()) in mangleBlock()
520 if (MC->shouldMangleDeclName(D)) { in writeFuncOrVarName()
H A DItaniumMangle.cpp754 if (!Context.shouldMangleDeclName(FD)) { in mangleFunctionEncoding()
6275 if (shouldMangleDeclName(D)) in mangleDynamicAtExitDestructor()
6287 if (shouldMangleDeclName(D)) in mangleDynamicStermFinalizer()
6297 if (shouldMangleDeclName(EnclosingDecl)) in mangleSEHFilterExpression()
6307 if (shouldMangleDeclName(EnclosingDecl)) in mangleSEHFinallyBlock()
H A DMicrosoftMangle.cpp547 mangleFunctionEncoding(FD, Context.shouldMangleDeclName(FD)); in mangle()
H A DExpr.cpp640 if (MC->shouldMangleDeclName(ND)) { in ComputeName()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h106 bool shouldMangleDeclName(const NamedDecl *D);
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp276 if (MC->shouldMangleDeclName(ND)) { in getDeviceSideName()
H A DCodeGenModule.cpp1246 bool ShouldMangle = MC.shouldMangleDeclName(ND); in getMangledNameImpl()
3124 if (getCXXABI().getMangleContext().shouldMangleDeclName(FD)) { in isTriviallyRecursive()