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

/external/clang/include/clang/AST/
H A DMangle.h40 /// MangleContext - Context for tracking state which persists across multiple
42 class MangleContext { class in namespace:clang
63 explicit MangleContext(ASTContext &Context, function in class:clang::MangleContext
68 virtual ~MangleContext() { }
152 class ItaniumMangleContext : public MangleContext {
155 : MangleContext(C, D, MK_Itanium) {}
172 static bool classof(const MangleContext *C) {
180 class MicrosoftMangleContext : public MangleContext {
183 : MangleContext(C, D, MK_Microsoft) {}
237 static bool classof(const MangleContext *
[all...]
/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1595 static void mangleVFTableName(MicrosoftMangleContext &MangleContext, argument
1599 MangleContext.mangleCXXVFTable(RD, VFPtr->MangledPath, Out);

Completed in 136 milliseconds