Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Symbol/
DTestClangASTImporter.cpp242 importer.SetRecordLayout(source.record_decl, layout_info); in TEST_F()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTImporter.h70 void SetRecordLayout(clang::RecordDecl *decl, const LayoutInfo &layout);
DClangASTImporter.cpp553 void ClangASTImporter::SetRecordLayout(clang::RecordDecl *decl, in SetRecordLayout() function in ClangASTImporter
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DUdtRecordCompleter.cpp298 m_ast_builder.importer().SetRecordLayout(record_decl, m_layout); in complete()
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp1206 GetClangASTImporter().SetRecordLayout(record_decl, layout_info); in CompleteTypeFromUDT()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp1693 GetClangASTImporter().SetRecordLayout( in ParseStructureLikeDIE()
2066 GetClangASTImporter().SetRecordLayout(record_decl, layout_info); in CompleteRecordType()