Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DMangle.cpp93 bool MangleContext::shouldMangleDeclName(const NamedDecl *D) { in shouldMangleDeclName() function in MangleContext
193 if (shouldMangleDeclName(ID)) in mangleGlobalBlock()
244 if (!shouldMangleDeclName(ND) && ND->getIdentifier()) in mangleBlock()
H A DItaniumMangle.cpp656 if (!Context.shouldMangleDeclName(FD)) { in mangleFunctionEncoding()
4931 if (shouldMangleDeclName(D)) in mangleDynamicAtExitDestructor()
4941 if (shouldMangleDeclName(EnclosingDecl)) in mangleSEHFilterExpression()
4951 if (shouldMangleDeclName(EnclosingDecl)) in mangleSEHFinallyBlock()
H A DMicrosoftMangle.cpp484 mangleFunctionEncoding(FD, Context.shouldMangleDeclName(FD)); in mangle()
H A DExpr.cpp545 if (MC->shouldMangleDeclName(ND)) { in ComputeName()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DMangle.h95 bool shouldMangleDeclName(const NamedDecl *D);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DCodegenNameGenerator.cpp151 if (MC->shouldMangleDeclName(D)) { in writeFuncOrVarName()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp948 if (MC.shouldMangleDeclName(ND)) { in getMangledNameImpl()
2370 if (getCXXABI().getMangleContext().shouldMangleDeclName(FD)) { in isTriviallyRecursive()