Searched refs:opaque_decl_ctx (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | TypeSystem.h | 115 DeclContextFindDeclByName(void *opaque_decl_ctx, ConstString name, 118 virtual ConstString DeclContextGetName(void *opaque_decl_ctx) = 0; 121 DeclContextGetScopeQualifiedName(void *opaque_decl_ctx) = 0; 124 void *opaque_decl_ctx, lldb::LanguageType *language_ptr, 127 virtual bool DeclContextIsContainedInLookup(void *opaque_decl_ctx,
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 497 DeclContextFindDeclByName(void *opaque_decl_ctx, ConstString name, 500 ConstString DeclContextGetName(void *opaque_decl_ctx) override; 502 ConstString DeclContextGetScopeQualifiedName(void *opaque_decl_ctx) override; 504 bool DeclContextIsClassMethod(void *opaque_decl_ctx, 509 bool DeclContextIsContainedInLookup(void *opaque_decl_ctx,
|
| H A D | TypeSystemClang.cpp | 9479 if (opaque_decl_ctx && symbol_file) { in DeclContextFindDeclByName() 9480 DeclContext *root_decl_ctx = (DeclContext *)opaque_decl_ctx; in DeclContextFindDeclByName() 9654 ConstString TypeSystemClang::DeclContextGetName(void *opaque_decl_ctx) { in DeclContextGetName() argument 9655 if (opaque_decl_ctx) { in DeclContextGetName() 9665 TypeSystemClang::DeclContextGetScopeQualifiedName(void *opaque_decl_ctx) { in DeclContextGetScopeQualifiedName() argument 9666 if (opaque_decl_ctx) { in DeclContextGetScopeQualifiedName() 9676 void *opaque_decl_ctx, lldb::LanguageType *language_ptr, in DeclContextIsClassMethod() argument 9678 if (opaque_decl_ctx) { in DeclContextIsClassMethod() 9679 clang::DeclContext *decl_ctx = (clang::DeclContext *)opaque_decl_ctx; in DeclContextIsClassMethod() 9716 void *opaque_decl_ctx, void *other_opaque_decl_ctx) { in DeclContextIsContainedInLookup() argument [all …]
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | TypeSystem.cpp | 171 TypeSystem::DeclContextFindDeclByName(void *opaque_decl_ctx, ConstString name, in DeclContextFindDeclByName() argument
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 2182 auto opaque_decl_ctx = in EnsureAllDIEsInDeclContextHaveBeenParsed() local 2184 for (auto it = m_decl_ctx_to_die.find(opaque_decl_ctx); in EnsureAllDIEsInDeclContextHaveBeenParsed() 2185 it != m_decl_ctx_to_die.end() && it->first == opaque_decl_ctx; in EnsureAllDIEsInDeclContextHaveBeenParsed()
|