HomeSort by relevance Sort by last modified time
    Searched refs:MangleContext (Results 1 - 13 of 13) 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() { }
153 class ItaniumMangleContext : public MangleContext {
156 : MangleContext(C, D, MK_Itanium) {}
173 static bool classof(const MangleContext *C) {
181 class MicrosoftMangleContext : public MangleContext {
184 : MangleContext(C, D, MK_Microsoft) {}
232 static bool classof(const MangleContext *C)
    [all...]
ASTContext.h 64 class MangleContext;
    [all...]
  /external/clang/lib/AST/
Mangle.cpp 39 static void mangleFunctionBlock(MangleContext &Context,
50 void MangleContext::anchor() { }
98 bool MangleContext::shouldMangleDeclName(const NamedDecl *D) {
117 void MangleContext::mangleName(const NamedDecl *D, raw_ostream &Out) {
186 void MangleContext::mangleGlobalBlock(const BlockDecl *BD,
203 void MangleContext::mangleCtorBlock(const CXXConstructorDecl *CD,
213 void MangleContext::mangleDtorBlock(const CXXDestructorDecl *DD,
223 void MangleContext::mangleBlock(const DeclContext *DC, const BlockDecl *BD,
250 // calling the mangleName() method on the MangleContext; is there a
260 void MangleContext::mangleObjCMethodName(const ObjCMethodDecl *MD
    [all...]
Expr.cpp 480 std::unique_ptr<MangleContext> MC;
503 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 35 class MangleContext;
45 std::unique_ptr<MangleContext> MangleCtx;
85 MangleContext &getMangleContext() {
CodeGenTBAA.cpp 34 const LangOptions &Features, MangleContext &MContext)
MicrosoftCXXABI.cpp     [all...]
CodeGenModule.cpp 585 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/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...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 499 milliseconds