HomeSort by relevance Sort by last modified time
    Searched defs:namespace_decl (Results 1 - 5 of 5) sorted by null

  /external/lldb/source/Symbol/
SymbolVendor.cpp 281 SymbolVendor::FindGlobalVariables (const ConstString &name, const ClangNamespaceDecl *namespace_decl, bool append, size_t max_matches, VariableList& variables)
288 return m_sym_file_ap->FindGlobalVariables(name, namespace_decl, append, max_matches, variables);
307 SymbolVendor::FindFunctions(const ConstString &name, const ClangNamespaceDecl *namespace_decl, uint32_t name_type_mask, bool include_inlines, bool append, SymbolContextList& sc_list)
314 return m_sym_file_ap->FindFunctions(name, namespace_decl, name_type_mask, include_inlines, append, sc_list);
334 SymbolVendor::FindTypes (const SymbolContext& sc, const ConstString &name, const ClangNamespaceDecl *namespace_decl, bool append, size_t max_matches, TypeList& types)
341 return m_sym_file_ap->FindTypes(sc, name, namespace_decl, append, max_matches, types);
366 ClangNamespaceDecl namespace_decl; local
372 namespace_decl = m_sym_file_ap->FindNamespace (sc, name, parent_namespace_decl);
374 return namespace_decl;
ClangASTContext.cpp 1801 NamespaceDecl *namespace_decl = NULL; local
    [all...]
  /external/lldb/source/Expression/
ClangASTSource.cpp 264 ClangNamespaceDecl namespace_decl; local
559 ClangNamespaceDecl namespace_decl; local
566 namespace_decl,
588 ClangNamespaceDecl &namespace_decl,
614 if (module_sp && namespace_decl)
624 found_namespace_decl = symbol_vendor->FindNamespace(null_sc, name, &namespace_decl);
659 found_namespace_decl = symbol_vendor->FindNamespace(null_sc, name, &namespace_decl);
680 if (module_sp && namespace_decl)
681 module_sp->FindTypesInNamespace(null_sc, name, &namespace_decl, 1, types);
1667 const ClangNamespaceDecl &namespace_decl = namespace_decls->begin()->second; local
    [all...]
ClangExpressionDeclMap.cpp 756 ClangNamespaceDecl *namespace_decl,
762 if (module && namespace_decl)
763 module->FindGlobalVariables (name, namespace_decl, true, -1, vars);
852 ClangNamespaceDecl namespace_decl; local
859 namespace_decl,
870 ClangNamespaceDecl &namespace_decl,
896 if (name_unique_cstr[0] == '$' && !namespace_decl)
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.cpp 4544 clang::NamespaceDecl *namespace_decl = static_cast<clang::NamespaceDecl *>(m_die_to_decl_ctx[die]); local
    [all...]

Completed in 617 milliseconds