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

/external/clang/include/clang/AST/
H A DMangle.h109 virtual void mangleCXXVTable(const CXXRecordDecl *RD,
/external/clang/lib/AST/
H A DMicrosoftMangle.cpp120 virtual void mangleCXXVTable(const CXXRecordDecl *RD,
1646 void MicrosoftMangleContext::mangleCXXVTable(const CXXRecordDecl *RD, function in class:MicrosoftMangleContext
H A DItaniumMangle.cpp128 void mangleCXXVTable(const CXXRecordDecl *RD,
3547 void ItaniumMangleContext::mangleCXXVTable(const CXXRecordDecl *RD,
/external/clang/lib/CodeGen/
H A DCGVTables.cpp628 CGM.getCXXABI().getMangleContext().mangleCXXVTable(RD, Out);

Completed in 92 milliseconds