Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDMangle.cpp98 bool MangleContext::shouldMangleDeclName(const NamedDecl *D) { in shouldMangleDeclName() function in MangleContext
191 if (shouldMangleDeclName(ID)) in mangleGlobalBlock()
244 if (!shouldMangleDeclName(ND) && ND->getIdentifier()) in mangleBlock()
HDItaniumMangle.cpp479 if (!Context.shouldMangleDeclName(FD)) in mangleFunctionEncoding()
3984 if (shouldMangleDeclName(D)) in mangleDynamicAtExitDestructor()
3994 if (shouldMangleDeclName(EnclosingDecl)) in mangleSEHFilterExpression()
4004 if (shouldMangleDeclName(EnclosingDecl)) in mangleSEHFinallyBlock()
HDMicrosoftMangle.cpp390 mangleFunctionEncoding(FD, Context.shouldMangleDeclName(FD)); in mangle()
HDExpr.cpp483 if (MC->shouldMangleDeclName(ND)) { in ComputeName()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDMangle.h92 bool shouldMangleDeclName(const NamedDecl *D);
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenModule.cpp568 if (getCXXABI().getMangleContext().shouldMangleDeclName(ND)) { in getMangledName()
1455 if (getCXXABI().getMangleContext().shouldMangleDeclName(FD)) { in isTriviallyRecursive()