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

  /external/clang/include/clang/AST/
Mangle.h 39 /// MangleContext - Context for tracking state which persists across multiple
41 class MangleContext {
62 explicit MangleContext(ASTContext &Context,
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 *C)
    [all...]
ASTContext.h 63 class MangleContext;
    [all...]
  /external/clang/lib/AST/
Mangle.cpp 39 static void mangleFunctionBlock(MangleContext &Context,
50 void MangleContext::anchor() { }
93 bool MangleContext::shouldMangleDeclName(const NamedDecl *D) {
112 void MangleContext::mangleName(const NamedDecl *D, raw_ostream &Out) {
172 void MangleContext::mangleGlobalBlock(const BlockDecl *BD,
189 void MangleContext::mangleCtorBlock(const CXXConstructorDecl *CD,
199 void MangleContext::mangleDtorBlock(const CXXDestructorDecl *DD,
209 void MangleContext::mangleBlock(const DeclContext *DC, const BlockDecl *BD,
225 // calling the mangleName() method on the MangleContext; is there a
234 void MangleContext::mangleObjCMethodName(const ObjCMethodDecl *MD
    [all...]
Expr.cpp 458 std::unique_ptr<MangleContext> MC;
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenTBAA.h 31 class MangleContext;
52 MangleContext &MContext;
98 MangleContext &MContext);
CGCXXABI.h 34 class MangleContext;
44 std::unique_ptr<MangleContext> MangleCtx;
84 MangleContext &getMangleContext() {
CodeGenTBAA.cpp 34 const LangOptions &Features, MangleContext &MContext)
MicrosoftCXXABI.cpp     [all...]
CodeGenModule.cpp 558 MangleContext &MangleCtx = getCXXABI().getMangleContext();
    [all...]
  /frameworks/compile/slang/
slang_rs_context.h 90 std::unique_ptr<clang::MangleContext> mMangleCtx;
115 inline clang::MangleContext &getMangleContext() const {
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 51 static bool GetMangledName(clang::MangleContext* ctx,
129 explicit CalleesPrinter(clang::MangleContext* ctx) : ctx_(ctx) {
199 clang::MangleContext* ctx_;
232 clang::MangleContext* mangle_context_;
254 static bool KnownToCauseGC(clang::MangleContext* ctx,
507 FunctionAnalyzer(clang::MangleContext* ctx,
    [all...]

Completed in 327 milliseconds