HomeSort by relevance Sort by last modified time
    Searched refs:MangleContext (Results 1 - 12 of 12) sorted by null

  /external/clang/lib/AST/
Mangle.cpp 39 static void mangleFunctionBlock(MangleContext &Context,
66 void MangleContext::anchor() { }
68 void MangleContext::mangleGlobalBlock(const BlockDecl *BD,
85 void MangleContext::mangleCtorBlock(const CXXConstructorDecl *CD,
96 void MangleContext::mangleDtorBlock(const CXXDestructorDecl *DD,
107 void MangleContext::mangleBlock(const DeclContext *DC, const BlockDecl *BD,
124 // calling the mangleName() method on the MangleContext; is there a
133 void MangleContext::mangleObjCMethodName(const ObjCMethodDecl *MD,
149 void MangleContext::mangleBlock(const BlockDecl *BD,
MicrosoftMangle.cpp 41 MangleContext &Context;
62 MicrosoftCXXNameMangler(MangleContext &C, raw_ostream &Out_)
67 MicrosoftCXXNameMangler(MangleContext &C, raw_ostream &Out_,
130 /// MicrosoftMangleContext - Overrides the default MangleContext for the
132 class MicrosoftMangleContext : public MangleContext {
135 DiagnosticsEngine &Diags) : MangleContext(Context, Diags) { }
    [all...]
ItaniumMangle.cpp 94 class ItaniumMangleContext : public MangleContext {
102 : MangleContext(Context, Diags) { }
112 MangleContext::startNewFunction();
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenTBAA.h 31 class MangleContext;
44 MangleContext &MContext;
78 MangleContext &MContext);
CGCXXABI.h 34 class MangleContext;
44 OwningPtr<MangleContext> MangleCtx;
90 MangleContext &getMangleContext() {
CodeGenTBAA.cpp 33 const LangOptions &Features, MangleContext &MContext)
CodeGenModule.cpp 432 MangleContext &MangleCtx = getCXXABI().getMangleContext();
    [all...]
  /external/clang/include/clang/AST/
Mangle.h 64 /// MangleContext - Context for tracking state which persists across multiple
66 class MangleContext {
76 explicit MangleContext(ASTContext &Context,
80 virtual ~MangleContext() { }
147 MangleContext *createItaniumMangleContext(ASTContext &Context,
149 MangleContext *createMicrosoftMangleContext(ASTContext &Context,
ASTContext.h 62 class MangleContext;
    [all...]
  /frameworks/compile/slang/
slang_rs_context.h 91 llvm::OwningPtr<clang::MangleContext> mMangleCtx;
114 inline clang::MangleContext &getMangleContext() const {
  /external/v8/tools/gcmole/
gcmole.cc 51 static bool GetMangledName(clang::MangleContext* ctx,
130 explicit CalleesPrinter(clang::MangleContext* ctx) : ctx_(ctx) {
200 clang::MangleContext* ctx_;
233 clang::MangleContext* mangle_context_;
255 static bool KnownToCauseGC(clang::MangleContext* ctx,
508 FunctionAnalyzer(clang::MangleContext* ctx,
    [all...]

Completed in 76 milliseconds