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

/external/clang/lib/AST/
H A DMicrosoftMangle.cpp247 void mangleCXXDtorType(CXXDtorType T);
773 mangleCXXDtorType(static_cast<CXXDtorType>(StructorType));
777 mangleCXXDtorType(Dtor_Base);
845 void MicrosoftCXXNameMangler::mangleCXXDtorType(CXXDtorType T) { function in class:MicrosoftCXXNameMangler

Completed in 117 milliseconds