Home
last modified time | relevance | path

Searched refs:GetDeclContextForType (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h216 static clang::DeclContext *GetDeclContextForType(clang::QualType type);
218 static clang::DeclContext *GetDeclContextForType(const CompilerType &type);
H A DTypeSystemClang.cpp2555 TypeSystemClang::GetDeclContextForType(const CompilerType &type) { in GetDeclContextForType() function in TypeSystemClang
2556 return GetDeclContextForType(ClangUtil::GetQualType(type)); in GetDeclContextForType()
2561 if (auto *decl_context = GetDeclContextForType(type)) in GetCompilerDeclContextForType()
2600 TypeSystemClang::GetDeclContextForType(clang::QualType type) { in GetDeclContextForType() function in TypeSystemClang
2611 return GetDeclContextForType( in GetDeclContextForType()
2918 clang::DeclContext *decl_ctx = GetDeclContextForType(GetQualType(type)); in IsRuntimeGeneratedType()
8112 lldb_ast->GetDeclContextForType(ClangUtil::GetQualType(type))); in AddMethodToObjCObjectType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp369 clang::DeclContext *decl_ctx = clang.GetDeclContextForType(record_ct); in AddMember()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp887 LinkDeclContextToDIE(TypeSystemClang::GetDeclContextForType(clang_type), die); in ParseEnum()
1848 LinkDeclContextToDIE(m_ast.GetDeclContextForType(clang_type), die); in ParseStructureLikeDIE()
3875 auto decl_context = m_ast.GetDeclContextForType(class_clang_type); in ParseRustVariantPart()
3892 m_ast.GetDeclContextForType(inner_holder), OptionalClangModuleID(), in ParseRustVariantPart()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1018 m_ast.GetDeclContextForType(type->GetForwardCompilerType()); in GetDeclContextForSymbol()