Searched defs:shouldMangleDeclName (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DMangle.cpp93 bool MangleContext::shouldMangleDeclName(const NamedDecl *D) { function in class:MangleContext
177 if (shouldMangleDeclName(ID))
219 if (!shouldMangleDeclName(ND) && ND->getIdentifier())

Completed in 70 milliseconds