Home
last modified time | relevance | path

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

/freebsd/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()
313 if (!shouldMangleDeclName(ND) && ND->getIdentifier()) in mangleBlock()
537 if (MC->shouldMangleDeclName(D)) { in writeFuncOrVarName()
H A DItaniumMangle.cpp837 if (!Context.shouldMangleDeclName(FD)) { in mangleFunctionEncoding()
7200 if (shouldMangleDeclName(D)) in mangleDynamicAtExitDestructor()
7212 if (shouldMangleDeclName(D)) in mangleDynamicStermFinalizer()
7223 if (shouldMangleDeclName(EnclosingFD)) in mangleSEHFilterExpression()
7234 if (shouldMangleDeclName(EnclosingFD)) in mangleSEHFinallyBlock()
H A DMicrosoftMangle.cpp579 mangleFunctionEncoding(GD, Context.shouldMangleDeclName(FD)); in mangle()
H A DExpr.cpp688 if (MC->shouldMangleDeclName(ND)) { in ComputeName()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h120 bool shouldMangleDeclName(const NamedDecl *D);
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp88 if (MC->shouldMangleDeclName(D)) { in getMangledName()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp278 if (MC->shouldMangleDeclName(ND)) { in getDeviceSideName()
H A DCodeGenModule.cpp1846 bool ShouldMangle = MC.shouldMangleDeclName(ND); in getMangledNameImpl()
4008 if (getCXXABI().getMangleContext().shouldMangleDeclName(FD)) { in isTriviallyRecursive()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp1629 if (MC->shouldMangleDeclName(ND)) { in markUsedForAliasOrIfunc()