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

/external/clang/include/clang/AST/
H A DMangle.h39 /// MangleContext - Context for tracking state which persists across multiple
41 class MangleContext { class in namespace:clang
62 explicit MangleContext(ASTContext &Context, function in class:clang::MangleContext
67 virtual ~MangleContext() { }
144 class ItaniumMangleContext : public MangleContext {
147 : MangleContext(C, D, MK_Itanium) {}
159 static bool classof(const MangleContext *C) {
167 class MicrosoftMangleContext : public MangleContext {
170 : MangleContext(C, D, MK_Microsoft) {}
204 static bool classof(const MangleContext *
[all...]
/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1212 static void mangleVFTableName(MicrosoftMangleContext &MangleContext, argument
1216 MangleContext.mangleCXXVFTable(RD, VFPtr->MangledPath, Out);

Completed in 113 milliseconds