Searched refs:namespace_decl (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 719 CompilerDeclContext *namespace_decl, TypeFromUser *type) { in FindGlobalVariable() argument 722 if (module && namespace_decl) in FindGlobalVariable() 837 CompilerDeclContext namespace_decl; in FindExternalVisibleDecls() local 880 if (!namespace_decl) { in FindExternalVisibleDecls() 927 if (name.GetCString()[0] == '$' && !namespace_decl) { in FindExternalVisibleDecls() 1153 clang::NamespaceDecl *namespace_decl = in FindExternalVisibleDecls() local 1156 if (namespace_decl) { in FindExternalVisibleDecls() 1157 context.AddNamedDecl(namespace_decl); in FindExternalVisibleDecls() 1201 !namespace_decl || (namespace_decl.GetName() == in FindExternalVisibleDecls() 1266 if (namespace_decl && module_sp) { in FindExternalVisibleDecls() [all …]
|
| H A D | ClangExpressionDeclMap.h | 333 CompilerDeclContext &namespace_decl, 463 CompilerDeclContext *namespace_decl,
|
| H A D | ClangASTSource.cpp | 368 CompilerDeclContext namespace_decl; in CompleteType() local 742 CompilerDeclContext namespace_decl; in FindExternalVisibleDecls() local 747 FindExternalVisibleDecls(context, lldb::ModuleSP(), namespace_decl, in FindExternalVisibleDecls() 785 CompilerDeclContext &namespace_decl, unsigned int current_id) { in FindExternalVisibleDecls() argument 796 if (module_sp && namespace_decl) { in FindExternalVisibleDecls() 803 symbol_vendor->FindNamespace(name, &namespace_decl); in FindExternalVisibleDecls() 834 symbol_vendor->FindNamespace(name, &namespace_decl); in FindExternalVisibleDecls() 856 if (module_sp && namespace_decl) in FindExternalVisibleDecls() 857 module_sp->FindTypesInNamespace(name, &namespace_decl, 1, types); in FindExternalVisibleDecls() 1933 ClangASTContext::DeclContextGetClangASTContext(namespace_decl); in AddNamespace() [all …]
|
| H A D | ClangASTSource.h | 331 CompilerDeclContext &namespace_decl,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 1049 clang::NamespaceDecl *namespace_decl = in GetDeclContextContainingSymbol() local 1053 m_parent_to_namespaces[curr_context].insert(namespace_decl); in GetDeclContextContainingSymbol() 1054 m_namespaces.insert(namespace_decl); in GetDeclContextContainingSymbol() 1056 curr_context = namespace_decl; in GetDeclContextContainingSymbol() 1102 for (clang::NamespaceDecl *namespace_decl : *set) in FindNamespaceDecl() 1103 if (namespace_decl->getName().equals(name)) in FindNamespaceDecl() 1104 return namespace_decl; in FindNamespaceDecl() 1106 for (clang::NamespaceDecl *namespace_decl : *set) in FindNamespaceDecl() 1107 if (namespace_decl->isAnonymousNamespace()) in FindNamespaceDecl() 1108 return FindNamespaceDecl(namespace_decl, name); in FindNamespaceDecl()
|
| H A D | SymbolFilePDB.cpp | 1637 auto namespace_decl = in FindNamespace() local 1639 if (!namespace_decl) in FindNamespace() 1643 static_cast<clang::DeclContext *>(namespace_decl)); in FindNamespace()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 3794 clang::NamespaceDecl *namespace_decl = in ResolveNamespaceDIE() local 3796 if (namespace_decl) in ResolveNamespaceDIE() 3797 return namespace_decl; in ResolveNamespaceDIE() 3802 namespace_decl = m_ast.GetUniqueNamespaceDeclaration(namespace_name, in ResolveNamespaceDIE() 3814 namespace_name, static_cast<void *>(namespace_decl), in ResolveNamespaceDIE() 3815 static_cast<void *>(namespace_decl->getOriginalNamespace())); in ResolveNamespaceDIE() 3822 static_cast<void *>(namespace_decl), in ResolveNamespaceDIE() 3823 static_cast<void *>(namespace_decl->getOriginalNamespace())); in ResolveNamespaceDIE() 3827 if (namespace_decl) in ResolveNamespaceDIE() 3828 LinkDeclContextToDIE((clang::DeclContext *)namespace_decl, die); in ResolveNamespaceDIE() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTContext.cpp | 1913 if (namespace_decl) in GetUniqueNamespaceDeclaration() 1914 return namespace_decl; in GetUniqueNamespaceDeclaration() 1917 namespace_decl = in GetUniqueNamespaceDeclaration() 1925 if (namespace_decl) in GetUniqueNamespaceDeclaration() 1926 return namespace_decl; in GetUniqueNamespaceDeclaration() 1928 namespace_decl = in GetUniqueNamespaceDeclaration() 1938 if (namespace_decl) in GetUniqueNamespaceDeclaration() 1939 return namespace_decl; in GetUniqueNamespaceDeclaration() 1940 namespace_decl = in GetUniqueNamespaceDeclaration() 1953 VerifyDecl(namespace_decl); in GetUniqueNamespaceDeclaration() [all …]
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | parser.c | 11001 tree namespace_decl; in cp_parser_namespace_name() local 11026 namespace_decl = cp_parser_lookup_name (parser, identifier, in cp_parser_namespace_name() 11033 if (namespace_decl == error_mark_node in cp_parser_namespace_name() 11034 || TREE_CODE (namespace_decl) != NAMESPACE_DECL) in cp_parser_namespace_name() 11039 namespace_decl = error_mark_node; in cp_parser_namespace_name() 11042 return namespace_decl; in cp_parser_namespace_name() 11294 tree namespace_decl; in cp_parser_using_directive() local 11310 namespace_decl = cp_parser_namespace_name (parser); in cp_parser_using_directive() 11314 parse_using_directive (namespace_decl, attribs); in cp_parser_using_directive()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree.def | 370 DEFTREECODE (NAMESPACE_DECL, "namespace_decl", tcc_declaration, 0)
|