Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DMangle.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()
DItaniumMangle.cpp479 if (!Context.shouldMangleDeclName(FD)) in mangleFunctionEncoding()
3956 if (shouldMangleDeclName(D)) in mangleDynamicAtExitDestructor()
3966 if (shouldMangleDeclName(EnclosingDecl)) in mangleSEHFilterExpression()
3976 if (shouldMangleDeclName(EnclosingDecl)) in mangleSEHFinallyBlock()
DMicrosoftMangle.cpp412 if (Context.shouldMangleDeclName(FD)) { in mangleFunctionEncoding()
DExpr.cpp483 if (MC->shouldMangleDeclName(ND)) { in ComputeName()
/external/clang/include/clang/AST/
DMangle.h92 bool shouldMangleDeclName(const NamedDecl *D);
/external/clang/lib/CodeGen/
DCodeGenModule.cpp563 if (getCXXABI().getMangleContext().shouldMangleDeclName(ND)) { in getMangledName()
1457 if (getCXXABI().getMangleContext().shouldMangleDeclName(FD)) { in isTriviallyRecursive()