Lines Matching defs:dest_ctx
526 /// \ref importer to import the necessary decls into \ref dest_ctx.
528 /// \param[in,out] dest_ctx Destination ASTContext into which we import
530 /// \param[out] destination_map A map from decls in \ref dest_ctx to an
536 /// \param[in,out] importer Used to import decls into \ref dest_ctx.
542 static bool ImportOffsetMap(clang::ASTContext *dest_ctx,
560 DeclFromParser<D> parser_decl(user_decl.Import(dest_ctx, importer));
637 clang::ASTContext &dest_ctx = record->getASTContext();
641 &dest_ctx,
642 TypeSystemClang::GetASTContext(&dest_ctx)->getDisplayName(), record,
693 if (!ImportOffsetMap(&dest_ctx, field_offsets, origin_field_offsets, *this) ||
694 !ImportOffsetMap(&dest_ctx, base_offsets, origin_base_offsets, *this) ||
695 !ImportOffsetMap(&dest_ctx, vbase_offsets, origin_virtual_base_offsets,
699 size = record_layout.getSize().getQuantity() * dest_ctx.getCharWidth();
701 record_layout.getAlignment().getQuantity() * dest_ctx.getCharWidth();