Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DMicrosoftMangle.cpp129 void manglePostfix(const DeclContext *DC, bool NoFunction = false);
387 manglePostfix(DC); in mangleName()
594 void MicrosoftCXXNameMangler::manglePostfix(const DeclContext *DC, in manglePostfix() function in MicrosoftCXXNameMangler
617 return manglePostfix(DC->getParent(), NoFunction); in manglePostfix()
620 manglePostfix(DC->getParent(), NoFunction); in manglePostfix()
632 manglePostfix(DC->getParent(), NoFunction); in manglePostfix()
2067 Mangler.manglePostfix(VD->getDeclContext()); in mangleStaticGuardVariable()