Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMangle.cpp107 bool MangleContext::shouldMangleDeclName(const NamedDecl *D) { in shouldMangleDeclName() function in MangleContext
255 if (shouldMangleDeclName(ID)) in mangleGlobalBlock()
306 if (!shouldMangleDeclName(ND) && ND->getIdentifier()) in mangleBlock()
520 if (MC->shouldMangleDeclName(D)) { in writeFuncOrVarName()
H A DItaniumMangle.cpp751 if (!Context.shouldMangleDeclName(FD)) { in mangleFunctionEncoding()
6255 if (shouldMangleDeclName(D)) in mangleDynamicAtExitDestructor()
6267 if (shouldMangleDeclName(D)) in mangleDynamicStermFinalizer()
6277 if (shouldMangleDeclName(EnclosingDecl)) in mangleSEHFilterExpression()
6287 if (shouldMangleDeclName(EnclosingDecl)) in mangleSEHFinallyBlock()
H A DMicrosoftMangle.cpp547 mangleFunctionEncoding(FD, Context.shouldMangleDeclName(FD)); in mangle()
H A DExpr.cpp574 if (MC->shouldMangleDeclName(ND)) { in ComputeName()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DMangle.h106 bool shouldMangleDeclName(const NamedDecl *D);
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCUDANV.cpp269 if (MC->shouldMangleDeclName(ND)) { in getDeviceSideName()
H A DCodeGenModule.cpp1216 bool ShouldMangle = MC.shouldMangleDeclName(ND); in getMangledNameImpl()
3094 if (getCXXABI().getMangleContext().shouldMangleDeclName(FD)) { in isTriviallyRecursive()