Lines Matching refs:namespace_decl
547 CompilerDeclContext namespace_decl; in FindExternalVisibleDecls() local
551 FindExternalVisibleDecls(context, lldb::ModuleSP(), namespace_decl); in FindExternalVisibleDecls()
590 CompilerDeclContext &namespace_decl) { in FindExternalVisibleDecls() argument
604 FillNamespaceMap(context, module_sp, namespace_decl); in FindExternalVisibleDecls()
612 if (module_sp && namespace_decl) in FindExternalVisibleDecls()
613 module_sp->FindTypesInNamespace(name, namespace_decl, 1, types); in FindExternalVisibleDecls()
659 const CompilerDeclContext &namespace_decl) { in FillNamespaceMap() argument
666 if (module_sp && namespace_decl) { in FillNamespaceMap()
670 found_namespace_decl = symbol_file->FindNamespace(name, namespace_decl); in FillNamespaceMap()
695 found_namespace_decl = symbol_file->FindNamespace(name, namespace_decl); in FillNamespaceMap()
1689 const CompilerDeclContext &namespace_decl = namespace_decls->begin()->second; in AddNamespace() local
1692 TypeSystemClang::DeclContextGetTypeSystemClang(namespace_decl); in AddNamespace()
1696 TypeSystemClang::DeclContextGetAsNamespaceDecl(namespace_decl); in AddNamespace()