Lines Matching refs:namespace_decl
537 CompilerDeclContext namespace_decl; in FindExternalVisibleDecls() local
541 FindExternalVisibleDecls(context, lldb::ModuleSP(), namespace_decl); in FindExternalVisibleDecls()
580 CompilerDeclContext &namespace_decl) { in FindExternalVisibleDecls() argument
594 FillNamespaceMap(context, module_sp, namespace_decl); in FindExternalVisibleDecls()
601 if (module_sp && namespace_decl) { in FindExternalVisibleDecls()
603 TypeQuery query(namespace_decl, name, TypeQueryOptions::e_find_one); in FindExternalVisibleDecls()
648 const CompilerDeclContext &namespace_decl) { in FillNamespaceMap() argument
655 if (module_sp && namespace_decl) { in FillNamespaceMap()
659 found_namespace_decl = symbol_file->FindNamespace(name, namespace_decl); in FillNamespaceMap()
695 name, namespace_decl, /* only root namespaces */ find_root_namespaces); in FillNamespaceMap()
1679 const CompilerDeclContext &namespace_decl = namespace_decls->begin()->second; in AddNamespace() local
1682 TypeSystemClang::DeclContextGetTypeSystemClang(namespace_decl); in AddNamespace()
1686 TypeSystemClang::DeclContextGetAsNamespaceDecl(namespace_decl); in AddNamespace()