Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDUdtRecordCompleter.cpp338 m_ast_builder.GetClangASTImporter().SetRecordLayout(record_decl, m_layout); in complete()
387 m_ast_builder.GetClangASTImporter().SetRecordLayout(record_decl, layout); in AddMember()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangASTImporter.h120 void SetRecordLayout(clang::RecordDecl *decl, const LayoutInfo &layout);
HDClangASTImporter.cpp791 void ClangASTImporter::SetRecordLayout(clang::RecordDecl *decl, in SetRecordLayout() function in ClangASTImporter
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDPDBASTParser.cpp1235 GetClangASTImporter().SetRecordLayout(record_decl, layout_info); in CompleteTypeFromUDT()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFASTParserClang.cpp2166 GetClangASTImporter().SetRecordLayout(record_decl, layout_info); in CompleteRecordType()