Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp79 const bool omit_empty_base_classes = false; in CalculateNumChildren() local
96 const bool omit_empty_base_classes = false; in GetChildAtIndex() local
154 const bool omit_empty_base_classes = false; in GetIndexOfChildWithName() local
/llvm-project/lldb/source/Core/
H A DValueObjectConstResultImpl.cpp
H A DValueObjectMemory.cpp
H A DValueObjectVariable.cpp
H A DValueObject.cpp
/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp802 GetNumChildren(bool omit_empty_base_classes,const ExecutionContext * exe_ctx) const GetNumChildren() argument
906 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 GetChildCompilerTypeAtIndex() argument
957 GetIndexOfChildMemberWithName(llvm::StringRef name,bool omit_empty_base_classes,std::vector<uint32_t> & child_indexes) const GetIndexOfChildMemberWithName() argument
[all...]
H A DVariable.cpp572 compiler_type.GetNumChildren(omit_empty_base_classes, nullptr)) in PrivateAutoComplete() local
H A DType.cpp496 GetNumChildren(bool omit_empty_base_classes) GetNumChildren() argument
/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp768 const bool omit_empty_base_classes = true; GetStructValueObject() local
908 const bool omit_empty_base_classes = true; GetChildType() local
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1828 bool omit_empty_base_classes) { in GetNumBaseClasses() argument
5333 GetNumChildren(lldb::opaque_compiler_type_t type,bool omit_empty_base_classes,const ExecutionContext * exe_ctx) GetNumChildren() argument
6194 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) GetChildCompilerTypeAtIndex() argument
6645 GetIndexForRecordBase(const clang::RecordDecl * record_decl,const clang::CXXBaseSpecifier * base_spec,bool omit_empty_base_classes) GetIndexForRecordBase() argument
6672 GetIndexForRecordChild(const clang::RecordDecl * record_decl,clang::NamedDecl * canonical_decl,bool omit_empty_base_classes) GetIndexForRecordChild() argument
6722 GetIndexOfChildMemberWithName(lldb::opaque_compiler_type_t type,llvm::StringRef name,bool omit_empty_base_classes,std::vector<uint32_t> & child_indexes) GetIndexOfChildMemberWithName() argument
6960 GetIndexOfChildWithName(lldb::opaque_compiler_type_t type,llvm::StringRef name,bool omit_empty_base_classes) GetIndexOfChildWithName() argument
[all...]