Lines Matching refs:namespace_decl
555 CompilerDeclContext namespace_decl; in FindExternalVisibleDecls() local
559 FindExternalVisibleDecls(context, lldb::ModuleSP(), namespace_decl); in FindExternalVisibleDecls()
598 CompilerDeclContext &namespace_decl) { in FindExternalVisibleDecls() argument
612 FillNamespaceMap(context, module_sp, namespace_decl); in FindExternalVisibleDecls()
620 if (module_sp && namespace_decl) in FindExternalVisibleDecls()
621 module_sp->FindTypesInNamespace(name, namespace_decl, 1, types); in FindExternalVisibleDecls()
667 const CompilerDeclContext &namespace_decl) { in FillNamespaceMap() argument
674 if (module_sp && namespace_decl) { in FillNamespaceMap()
678 found_namespace_decl = symbol_file->FindNamespace(name, namespace_decl); in FillNamespaceMap()
703 found_namespace_decl = symbol_file->FindNamespace(name, namespace_decl); in FillNamespaceMap()
1697 const CompilerDeclContext &namespace_decl = namespace_decls->begin()->second; in AddNamespace() local
1700 TypeSystemClang::DeclContextGetTypeSystemClang(namespace_decl); in AddNamespace()
1704 TypeSystemClang::DeclContextGetAsNamespaceDecl(namespace_decl); in AddNamespace()