Searched defs:omit_empty_base_classes (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DValueObjectMemory.cpp136 const bool omit_empty_base_classes = true; local
H A DValueObjectConstResultImpl.cpp56 bool omit_empty_base_classes = true; local
H A DValueObjectVariable.cpp104 const bool omit_empty_base_classes = true; local
H A DValueObject.cpp410 bool omit_empty_base_classes = true; local
425 bool omit_empty_base_classes = true; local
483 bool omit_empty_base_classes = true; local
2588 bool omit_empty_base_classes = true; local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp78 const bool omit_empty_base_classes = false; variable
95 const bool omit_empty_base_classes = false; variable
148 const bool omit_empty_base_classes = false; variable
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp568 bool omit_empty_base_classes = true; local
H A DType.cpp491 uint32_t Type::GetNumChildren(bool omit_empty_base_classes) { argument
H A DCompilerType.cpp773 uint32_t CompilerType::GetNumChildren(bool omit_empty_base_classes, argument
869 GetChildCompilerTypeAtIndex( ExecutionContext *exe_ctx, size_t idx, bool transparent_pointers, bool omit_empty_base_classes, bool ignore_array_bounds, std::string &child_name, uint32_t &child_byte_size, int32_t &child_byte_offset, uint32_t &child_bitfield_bit_size, uint32_t &child_bitfield_bit_offset, bool &child_is_base_class, bool &child_is_deref_of_parent, ValueObject *valobj, uint64_t &language_flags) const argument
921 GetIndexOfChildMemberWithName( llvm::StringRef name, bool omit_empty_base_classes, std::vector<uint32_t> &child_indexes) const argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp770 const bool omit_empty_base_classes = true; local
904 const bool omit_empty_base_classes = true; local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1875 GetNumBaseClasses(const CXXRecordDecl *cxx_record_decl, bool omit_empty_base_classes) argument
5254 GetNumChildren(lldb::opaque_compiler_type_t type, bool omit_empty_base_classes, const ExecutionContext *exe_ctx) argument
6075 GetChildCompilerTypeAtIndex( lldb::opaque_compiler_type_t type, ExecutionContext *exe_ctx, size_t idx, bool transparent_pointers, bool omit_empty_base_classes, bool ignore_array_bounds, std::string &child_name, uint32_t &child_byte_size, int32_t &child_byte_offset, uint32_t &child_bitfield_bit_size, uint32_t &child_bitfield_bit_offset, bool &child_is_base_class, bool &child_is_deref_of_parent, ValueObject *valobj, uint64_t &language_flags) argument
6517 GetIndexForRecordBase( const clang::RecordDecl *record_decl, const clang::CXXBaseSpecifier *base_spec, bool omit_empty_base_classes) argument
6545 GetIndexForRecordChild( const clang::RecordDecl *record_decl, clang::NamedDecl *canonical_decl, bool omit_empty_base_classes) argument
6595 GetIndexOfChildMemberWithName( lldb::opaque_compiler_type_t type, llvm::StringRef name, bool omit_empty_base_classes, std::vector<uint32_t> &child_indexes) argument
6833 GetIndexOfChildWithName(lldb::opaque_compiler_type_t type, llvm::StringRef name, bool omit_empty_base_classes) argument
[all...]

Completed in 221 milliseconds