Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp335 m_ast_builder.GetClangASTImporter().SetRecordLayout(record_decl, m_layout); in complete()
384 m_ast_builder.GetClangASTImporter().SetRecordLayout(record_decl, layout); in AddMember()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h119 void SetRecordLayout(clang::RecordDecl *decl, const LayoutInfo &layout);
H A DClangASTImporter.cpp549 void ClangASTImporter::SetRecordLayout(clang::RecordDecl *decl, in SetRecordLayout() function in ClangASTImporter
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1237 GetClangASTImporter().SetRecordLayout(record_decl, layout_info); in CompleteTypeFromUDT()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1857 GetClangASTImporter().SetRecordLayout(record_decl, layout); in ParseStructureLikeDIE()
2194 GetClangASTImporter().SetRecordLayout(record_decl, layout_info); in CompleteRecordType()