Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp6196 auto get_exe_scope = [&exe_ctx]() { in GetChildCompilerTypeAtIndex() local
6292 base_class_clang_type.GetBitSize(get_exe_scope()); in GetChildCompilerTypeAtIndex()
6326 auto size_or_err = field_clang_type.GetByteSize(get_exe_scope()); in GetChildCompilerTypeAtIndex()
6502 auto size_or_err = pointee_clang_type.GetByteSize(get_exe_scope()); in GetChildCompilerTypeAtIndex()
6525 auto size_or_err = element_type.GetByteSize(get_exe_scope()); in GetChildCompilerTypeAtIndex()
6544 auto size_or_err = element_type.GetByteSize(get_exe_scope()); in GetChildCompilerTypeAtIndex()
6583 auto size_or_err = pointee_clang_type.GetByteSize(get_exe_scope()); in GetChildCompilerTypeAtIndex()
6621 auto size_or_err = pointee_clang_type.GetByteSize(get_exe_scope()); in GetChildCompilerTypeAtIndex()