Home
last modified time | relevance | path

Searched refs:m_record_decl_to_layout_map (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTImporter.cpp494 m_record_decl_to_layout_map.find(record_decl); in LayoutRecordType()
498 if (pos != m_record_decl_to_layout_map.end()) { in LayoutRecordType()
504 m_record_decl_to_layout_map.erase(pos); in LayoutRecordType()
516 m_record_decl_to_layout_map.insert(std::make_pair(decl, layout)); in InsertRecordDecl()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTImporter.h340 RecordDeclToLayoutMap m_record_decl_to_layout_map; variable