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

  /external/lldb/source/Symbol/
ClangExternalASTSourceCallbacks.cpp 51 const clang::DeclContext *decl_ctx,
59 m_callback_find_by_name (m_callback_baton, decl_ctx, clang_decl_name, &results);
61 SetExternalVisibleDeclsForName(decl_ctx, clang_decl_name, results);
71 //printf ("ClangExternalASTSourceCallbacks::FindExternalVisibleDeclsByName(decl_ctx = %p, decl_name = { kind = \"Identifier\", name = \"%s\")\n", decl_ctx, decl_name.c_str());
74 SetNoExternalVisibleDeclsForName(decl_ctx, clang_decl_name);
80 //printf ("ClangExternalASTSourceCallbacks::FindExternalVisibleDeclsByName(decl_ctx = %p, decl_name = { kind = \"ObjCZeroArgSelector\", name = \"%s\")\n", decl_ctx, decl_name.c_str());
81 SetNoExternalVisibleDeclsForName(decl_ctx, clang_decl_name);
85 //printf ("ClangExternalASTSourceCallbacks::FindExternalVisibleDeclsByName(decl_ctx = %p, decl_name = { kind = \"ObjCOneArgSelector\", name = \"%s\")\n", decl_ctx, decl_name.c_str())
    [all...]
ClangASTContext.cpp     [all...]
ClangASTType.cpp     [all...]
  /external/lldb/source/Expression/
ASTDumper.cpp 20 clang::DeclContext *decl_ctx = llvm::dyn_cast<clang::DeclContext>(decl); local
25 if (decl_ctx)
27 has_external_lexical_storage = decl_ctx->hasExternalLexicalStorage();
28 has_external_visible_storage = decl_ctx->hasExternalVisibleStorage();
29 decl_ctx->setHasExternalLexicalStorage(false);
30 decl_ctx->setHasExternalVisibleStorage(false);
37 if (decl_ctx)
39 decl_ctx->setHasExternalLexicalStorage(has_external_lexical_storage);
40 decl_ctx->setHasExternalVisibleStorage(has_external_visible_storage);
44 ASTDumper::ASTDumper (clang::DeclContext *decl_ctx)
    [all...]
ClangASTSource.cpp 62 const DeclContext *decl_ctx,
68 SetNoExternalVisibleDeclsForName(decl_ctx, clang_decl_name);
74 SetNoExternalVisibleDeclsForName(decl_ctx, clang_decl_name);
92 SetNoExternalVisibleDeclsForName(decl_ctx, clang_decl_name);
101 SetNoExternalVisibleDeclsForName(decl_ctx, clang_decl_name);
107 SetNoExternalVisibleDeclsForName(decl_ctx, clang_decl_name);
116 NameSearchContext method_search_context (*this, method_decls, clang_decl_name, decl_ctx);
120 SetExternalVisibleDeclsForName (decl_ctx, clang_decl_name, method_decls);
127 SetNoExternalVisibleDeclsForName(decl_ctx, clang_decl_name);
142 SetNoExternalVisibleDeclsForName(decl_ctx, clang_decl_name)
200 DeclContext *decl_ctx = tag_decl->getDeclContext(); local
    [all...]
ClangExpressionDeclMap.cpp 1301 clang::DeclContext *decl_ctx = sym_ctx.function->GetClangDeclContext(); local
    [all...]
  /external/lldb/include/lldb/Expression/
ASTDumper.h 27 ASTDumper (clang::DeclContext *decl_ctx);
  /external/lldb/include/lldb/Symbol/
ClangASTContext.h 191 GetClassMethodInfoForDeclContext (clang::DeclContext *decl_ctx,
236 CreateRecordType (clang::DeclContext *decl_ctx,
267 CreateFunctionTemplateDecl (clang::DeclContext *decl_ctx,
278 CreateClassTemplateDecl (clang::DeclContext *decl_ctx,
285 CreateClassTemplateSpecializationDecl (clang::DeclContext *decl_ctx,
319 clang::DeclContext *decl_ctx,
333 clang::DeclContext *decl_ctx);
340 CreateFunctionDeclaration (clang::DeclContext *decl_ctx,
393 clang::DeclContext *decl_ctx,
ClangExternalASTSourceCallbacks.h 100 MaterializeVisibleDecls (const clang::DeclContext *decl_ctx)
106 FindExternalLexicalDecls (const clang::DeclContext *decl_ctx,
116 FindExternalVisibleDeclsByName (const clang::DeclContext *decl_ctx,
ClangASTType.h 297 // as the name and "decl_ctx" as the decl context.
300 clang::DeclContext *decl_ctx) const;
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 34 FindExternalVisibleDeclsByName (const clang::DeclContext *decl_ctx,
46 &decl_ctx->getParentASTContext(),
48 decl_ctx->getDeclKindName(),
49 decl_ctx);
54 const clang::ObjCInterfaceDecl *interface_decl = llvm::dyn_cast<clang::ObjCInterfaceDecl>(decl_ctx);
70 SetNoExternalVisibleDeclsForName(decl_ctx, name);
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.h 478 void LinkDeclContextToDIE (clang::DeclContext *decl_ctx,
481 m_die_to_decl_ctx[die] = decl_ctx;
483 m_decl_ctx_to_die[decl_ctx].insert(die);
526 ParseClassTemplateDecl (clang::DeclContext *decl_ctx,
SymbolFileDWARF.cpp 3694 clang::DeclContext* decl_ctx = GetClangDeclContextContainingTypeUID (type->GetID()); local
4646 clang::DeclContext *decl_ctx = type->GetClangForwardType().GetDeclContextForType (); local
6117 clang::DeclContext *decl_ctx = GetClangDeclContextContainingDIE (dwarf_cu, die, &decl_ctx_die); local
    [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 92 Resolver(clang::ASTContext& ctx, clang::DeclContext* decl_ctx)
93 : ctx_(ctx), decl_ctx_(decl_ctx) {
    [all...]

Completed in 1141 milliseconds