Searched refs:field_type_info (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp5301 // Figure out the type byte size (field_type_info.first) and
5302 // alignment (field_type_info.second) from the AST context.
5856 // Figure out the type byte size (field_type_info.first) and
5857 // alignment (field_type_info.second) from the AST context.
6428 // std::pair<uint64_t, unsigned> field_type_info =
6436 // assert(field_type_info.first % 8 == 0);
6437 // child_byte_size = field_type_info.first / 8;
6609 // std::pair<uint64_t, unsigned> field_type_info =
6617 // assert(field_type_info.first % 8 == 0);
6618 // child_byte_size = field_type_info
8096 clang::TypeInfo field_type_info = local
8184 clang::TypeInfo field_type_info = local
[all...]

Completed in 125 milliseconds