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

/external/clang/lib/AST/
H A DMicrosoftMangle.cpp106 /// MicrosoftMangleContext - Overrides the default MangleContext for the
108 class MicrosoftMangleContext : public MangleContext { class in namespace:__anon3514
110 MicrosoftMangleContext(ASTContext &Context, function in class:__anon3514::MicrosoftMangleContext
150 bool MicrosoftMangleContext::shouldMangleDeclName(const NamedDecl *D) {
1617 void MicrosoftMangleContext::mangleName(const NamedDecl *D,
1631 void MicrosoftMangleContext::mangleThunk(const CXXMethodDecl *MD,
1638 void MicrosoftMangleContext::mangleCXXDtorThunk(const CXXDestructorDecl *DD,
1646 void MicrosoftMangleContext::mangleCXXVTable(const CXXRecordDecl *RD,
1664 void MicrosoftMangleContext::mangleCXXVTT(const CXXRecordDecl *RD,
1668 void MicrosoftMangleContext
[all...]

Completed in 36 milliseconds