Searched refs:MicrosoftCXXNameMangler (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DMicrosoftMangle.cpp38 /// MicrosoftCXXNameMangler - Manage the mangling of a single name for the
40 class MicrosoftCXXNameMangler { class in namespace:__anon2981
64 MicrosoftCXXNameMangler(MangleContext &C, raw_ostream &Out_) function in class:__anon2981::MicrosoftCXXNameMangler
69 MicrosoftCXXNameMangler(MangleContext &C, raw_ostream &Out_, function in class:__anon2981::MicrosoftCXXNameMangler
213 void MicrosoftCXXNameMangler::mangle(const NamedDecl *D,
247 void MicrosoftCXXNameMangler::mangleFunctionEncoding(const FunctionDecl *FD) {
273 void MicrosoftCXXNameMangler::mangleVariableEncoding(const VarDecl *VD) {
318 void MicrosoftCXXNameMangler::mangleName(const NamedDecl *ND) {
337 void MicrosoftCXXNameMangler::mangleNumber(int64_t Number) {
343 void MicrosoftCXXNameMangler
[all...]

Completed in 57 milliseconds