| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompilerDeclContext.cpp | 1 //===-- CompilerDeclContext.cpp -------------------------------------------===// 9 #include "lldb/Symbol/CompilerDeclContext.h" 17 CompilerDeclContext::FindDeclByName(ConstString name, in FindDeclByName() 25 ConstString CompilerDeclContext::GetName() const { in GetName() 31 ConstString CompilerDeclContext::GetScopeQualifiedName() const { in GetScopeQualifiedName() 37 bool CompilerDeclContext::IsClassMethod() { in IsClassMethod() 43 lldb::LanguageType CompilerDeclContext::GetLanguage() { in GetLanguage() 49 bool CompilerDeclContext::IsContainedInLookup(CompilerDeclContext other) const { in IsContainedInLookup() 63 CompilerDeclContext in operator ==() [all...] |
| H A D | SymbolFileOnDemand.cpp | 237 CompilerDeclContext 242 return CompilerDeclContext(); in GetDeclContextForUID() 247 CompilerDeclContext 252 return CompilerDeclContext(); in GetDeclContextContainingUID() 257 void SymbolFileOnDemand::ParseDeclsForContext(CompilerDeclContext decl_ctx) { in ParseDeclsForContext() 330 ConstString name, const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() 390 const CompilerDeclContext &parent_decl_ctx, bool include_inlines, in FindFunctions() 467 CompilerDeclContext 469 const CompilerDeclContext &parent_decl_ctx, in FindNamespace()
|
| H A D | TypeSystem.cpp | 113 const CompilerDeclContext &decl_ctx, in CreateTypedef() 168 CompilerDeclContext TypeSystem::DeclGetDeclContext(void *opaque_decl) { in DeclGetDeclContext() 169 return CompilerDeclContext(); in DeclGetDeclContext() 208 CompilerDeclContext 210 return CompilerDeclContext(); in GetCompilerDeclContextForType()
|
| H A D | SymbolFile.cpp | 116 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() 125 const CompilerDeclContext &parent_decl_ctx, in FindFunctions()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerDeclContext.h | 31 class CompilerDeclContext { 34 CompilerDeclContext() = default; 43 CompilerDeclContext(TypeSystem *type_system, void *decl_ctx) in CompilerDeclContext() function 50 bool operator<(const CompilerDeclContext &rhs) const { 90 bool IsContainedInLookup(CompilerDeclContext other) const; 117 bool operator==(const CompilerDeclContext &lhs, const CompilerDeclContext &rhs); 118 bool operator!=(const CompilerDeclContext &lhs, const CompilerDeclContext &rhs);
|
| H A D | SymbolFileOnDemand.h | 108 lldb_private::CompilerDeclContext 111 lldb_private::CompilerDeclContext 115 ParseDeclsForContext(lldb_private::CompilerDeclContext decl_ctx) override; 134 const lldb_private::CompilerDeclContext &parent_decl_ctx, 143 const lldb_private::CompilerDeclContext &parent_decl_ctx, 165 lldb_private::CompilerDeclContext 167 const lldb_private::CompilerDeclContext &parent_decl_ctx,
|
| H A D | SymbolFile.h | 235 virtual void ParseDeclsForContext(CompilerDeclContext decl_ctx) {} in ParseDeclsForContext() 237 virtual CompilerDeclContext GetDeclContextForUID(lldb::user_id_t uid) { in GetDeclContextForUID() 240 virtual CompilerDeclContext GetDeclContextContainingUID(lldb::user_id_t uid) { in GetDeclContextContainingUID() 301 const CompilerDeclContext &parent_decl_ctx, 308 const CompilerDeclContext &parent_decl_ctx, 348 virtual CompilerDeclContext 349 FindNamespace(ConstString name, const CompilerDeclContext &parent_decl_ctx, 351 return CompilerDeclContext();
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.h | 95 lldb_private::CompilerDeclContext 98 lldb_private::CompilerDeclContext 102 ParseDeclsForContext(lldb_private::CompilerDeclContext decl_ctx) override; 115 const lldb_private::CompilerDeclContext &parent_decl_ctx, 124 const lldb_private::CompilerDeclContext &parent_decl_ctx, 149 lldb_private::CompilerDeclContext 151 const lldb_private::CompilerDeclContext &parent_decl_ctx, 185 const lldb_private::CompilerDeclContext &parent_decl_ctx, 232 const lldb_private::CompilerDeclContext &decl_ctx);
|
| H A D | SymbolFilePDB.cpp | 642 lldb_private::CompilerDeclContext 649 return CompilerDeclContext(); in GetDeclContextForUID() 656 return CompilerDeclContext(); in GetDeclContextForUID() 660 return CompilerDeclContext(); in GetDeclContextForUID() 664 return CompilerDeclContext(); in GetDeclContextForUID() 673 lldb_private::CompilerDeclContext 680 return CompilerDeclContext(); in GetDeclContextContainingUID() 687 return CompilerDeclContext(); in GetDeclContextContainingUID() 691 return CompilerDeclContext(); in GetDeclContextContainingUID() 695 return CompilerDeclContext(); in GetDeclContextContainingUID() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.h | 150 CompilerDeclContext GetDeclContextForUID(lldb::user_id_t uid) override; 152 CompilerDeclContext GetDeclContextContainingUID(lldb::user_id_t uid) override; 157 void ParseDeclsForContext(CompilerDeclContext decl_ctx) override; 170 const CompilerDeclContext &parent_decl_ctx, 178 const CompilerDeclContext &parent_decl_ctx, 199 CompilerDeclContext FindNamespace(ConstString name, 200 const CompilerDeclContext &parent_decl_ctx, 270 static bool DIEInDeclContext(const CompilerDeclContext &parent_decl_ctx, 304 static CompilerDeclContext GetDeclContext(const DWARFDIE &die); 306 static CompilerDeclContext GetContainingDeclContext(const DWARFDIE &die); [all …]
|
| H A D | SymbolFileDWARFDebugMap.h | 95 CompilerDeclContext GetDeclContextForUID(lldb::user_id_t uid) override; 96 CompilerDeclContext GetDeclContextContainingUID(lldb::user_id_t uid) override; 99 void ParseDeclsForContext(CompilerDeclContext decl_ctx) override; 112 const CompilerDeclContext &parent_decl_ctx, 118 const CompilerDeclContext &parent_decl_ctx, 124 CompilerDeclContext FindNamespace(ConstString name, 125 const CompilerDeclContext &parent_decl_ctx, 258 const CompilerDeclContext &parent_decl_ctx,
|
| H A D | DWARFASTParser.h | 52 virtual CompilerDeclContext 55 virtual CompilerDeclContext 59 CompilerDeclContext decl_context) = 0;
|
| H A D | DWARFIndex.h | 80 const CompilerDeclContext &parent_decl_ctx, 84 const CompilerDeclContext &parent_decl_ctx, 105 const CompilerDeclContext &parent_decl_ctx, 141 const CompilerDeclContext &parent_decl_ctx, DWARFDIE die,
|
| H A D | DWARFIndex.cpp | 28 const CompilerDeclContext &parent_decl_ctx, in ProcessFunctionDIE() 166 ConstString name, const CompilerDeclContext &parent_decl_ctx, in GetNamespacesWithParents() 174 const CompilerDeclContext &parent_decl_ctx, DWARFDIE die, in ProcessNamespaceDieMatchParents()
|
| H A D | DebugNamesDWARFIndex.h | 59 ConstString name, const CompilerDeclContext &parent_decl_ctx, 63 const CompilerDeclContext &parent_decl_ctx,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.h | 283 const CompilerDeclContext &namespace_decl); 452 const CompilerDeclContext &namespace_decl); 469 const CompilerDeclContext &frame_decl_context); 489 const CompilerDeclContext &namespace_decl); 509 const CompilerDeclContext &namespace_decl);
|
| H A D | ClangASTSource.cpp | 537 CompilerDeclContext namespace_decl; in FindExternalVisibleDecls() 580 CompilerDeclContext &namespace_decl) { in FindExternalVisibleDecls() 648 const CompilerDeclContext &namespace_decl) { in FillNamespaceMap() 656 CompilerDeclContext found_namespace_decl; in FillNamespaceMap() 663 std::pair<lldb::ModuleSP, CompilerDeclContext>( in FillNamespaceMap() 677 CompilerDeclContext found_namespace_decl; in FillNamespaceMap() 699 std::pair<lldb::ModuleSP, CompilerDeclContext>(image, in FillNamespaceMap() 1008 CompilerDeclContext function_decl_ctx = sc.function->GetDeclContext(); in FindObjCMethodDecls() 1385 CompilerDeclContext found_namespace_decl; in CompleteNamespaceMap() 1388 CompilerDeclContext module_parent_namespace_decl = i->second; in CompleteNamespaceMap() [all …]
|
| H A D | ClangExpressionDeclMap.cpp | 631 const CompilerDeclContext &namespace_decl) { in FindGlobalVariable() 654 CompilerDeclContext frame_decl_context = sym_ctx.block->GetDeclContext(); in GetTypeSystemClang() 695 CompilerDeclContext compiler_decl_ctx = in FindExternalVisibleDecls() 718 CompilerDeclContext namespace_decl; in FindExternalVisibleDecls() 809 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in LookUpLldbClass() 914 CompilerDeclContext function_decl_ctx = function_block->GetDeclContext(); in LookUpLldbObjCClass() 991 CompilerDeclContext frame_decl_context = sym_ctx.block->GetDeclContext(); in LookupLocalVarNamespace() 1058 const CompilerDeclContext &namespace_decl) { in LookupLocalVariable() 1062 CompilerDeclContext decl_context = sym_ctx.block->GetDeclContext(); in LookupLocalVariable() 1137 const CompilerDeclContext &frame_decl_context) { in SearchFunctionsInSymbolContexts() [all …]
|
| H A D | ClangASTSource.h | 286 CompilerDeclContext &namespace_decl); 378 const CompilerDeclContext &namespace_decl);
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.h | 85 ParseDeclsForContext(lldb_private::CompilerDeclContext decl_ctx) override; 107 const CompilerDeclContext &parent_decl_ctx, 116 CompilerDeclContext GetDeclContextForUID(lldb::user_id_t uid) override; 117 CompilerDeclContext GetDeclContextContainingUID(lldb::user_id_t uid) override; 135 const CompilerDeclContext &parent_decl_ctx, 149 CompilerDeclContext FindNamespace(ConstString name, 150 const CompilerDeclContext &parent_decl_ctx,
|
| H A D | PdbAstBuilder.h | 58 lldb_private::CompilerDeclContext GetTranslationUnitDecl(); 83 CompilerDeclContext ToCompilerDeclContext(clang::DeclContext &context); 85 clang::DeclContext *FromCompilerDeclContext(CompilerDeclContext context);
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.h | 88 const CompilerDeclContext &parent_decl_ctx, in FindGlobalVariables() 115 const CompilerDeclContext &parent_decl_ctx, 127 CompilerDeclContext FindNamespace(ConstString name, in FindNamespace() 128 const CompilerDeclContext &parent_decl_ctx, in FindNamespace() 130 return CompilerDeclContext(); in FindNamespace()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 225 CompilerDeclContext 556 CompilerDeclContext DeclGetDeclContext(void *opaque_decl) override; 578 CompilerDeclContext CreateDeclContext(clang::DeclContext *ctx); 605 DeclContextGetAsDeclContext(const CompilerDeclContext &dc); 608 DeclContextGetAsObjCMethodDecl(const CompilerDeclContext &dc); 611 DeclContextGetAsCXXMethodDecl(const CompilerDeclContext &dc); 614 DeclContextGetAsFunctionDecl(const CompilerDeclContext &dc); 617 DeclContextGetAsNamespaceDecl(const CompilerDeclContext &dc); 620 DeclContextGetMetaData(const CompilerDeclContext &dc, 624 DeclContextGetTypeSystemClang(const CompilerDeclContext &dc); [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Module.h | 47 class CompilerDeclContext; variable 313 const CompilerDeclContext &parent_decl_ctx, 336 const CompilerDeclContext &parent_decl_ctx, 407 const CompilerDeclContext &parent_decl_ctx,
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
| H A D | SymbolFileCTF.h | 115 const lldb_private::CompilerDeclContext &parent_decl_ctx, 125 const lldb_private::CompilerDeclContext &parent_decl_ctx,
|