Home
last modified time | relevance | path

Searched refs:shouldMangleDeclName (Results 1 – 7 of 7) 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()
242 if (!shouldMangleDeclName(ND) && ND->getIdentifier()) in mangleBlock()
DItaniumMangle.cpp647 if (!Context.shouldMangleDeclName(FD)) { in mangleFunctionEncoding()
4570 if (shouldMangleDeclName(D)) in mangleDynamicAtExitDestructor()
4580 if (shouldMangleDeclName(EnclosingDecl)) in mangleSEHFilterExpression()
4590 if (shouldMangleDeclName(EnclosingDecl)) in mangleSEHFinallyBlock()
DMicrosoftMangle.cpp434 mangleFunctionEncoding(FD, Context.shouldMangleDeclName(FD)); in mangle()
DExpr.cpp480 if (MC->shouldMangleDeclName(ND)) { in ComputeName()
/external/clang/lib/Index/
DCodegenNameGenerator.cpp120 if (MC->shouldMangleDeclName(D)) { in writeFuncOrVarName()
/external/clang/include/clang/AST/
DMangle.h93 bool shouldMangleDeclName(const NamedDecl *D);
/external/clang/lib/CodeGen/
DCodeGenModule.cpp663 if (getCXXABI().getMangleContext().shouldMangleDeclName(ND)) { in getMangledName()
1716 if (getCXXABI().getMangleContext().shouldMangleDeclName(FD)) { in isTriviallyRecursive()