Searched refs:ImportOffsetMap (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangASTImporter.cpp | 543 static bool ImportOffsetMap(clang::ASTContext *dest_ctx, in ImportOffsetMap() function 694 if (!ImportOffsetMap(&dest_ctx, field_offsets, origin_field_offsets, *this) || in importRecordLayoutFromOrigin() 695 !ImportOffsetMap(&dest_ctx, base_offsets, origin_base_offsets, *this) || in importRecordLayoutFromOrigin() 696 !ImportOffsetMap(&dest_ctx, vbase_offsets, origin_virtual_base_offsets, in importRecordLayoutFromOrigin()
|