Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp78 const bool omit_empty_base_classes = false; CalculateNumChildren() local
95 const bool omit_empty_base_classes = false; GetChildAtIndex() local
148 const bool omit_empty_base_classes = false; GetIndexOfChildWithName() local
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResultImpl.cpp56 bool omit_empty_base_classes = true; CreateChildAtIndex() local
H A DValueObjectMemory.cpp136 const bool omit_empty_base_classes = true; CalculateNumChildren() local
H A DValueObjectVariable.cpp104 const bool omit_empty_base_classes = true; CalculateNumChildren() local
H A DValueObject.cpp410 bool omit_empty_base_classes = true; in GetIndexOfChildWithName() local
425 bool omit_empty_base_classes = true; in GetChildMemberWithName() local
483 bool omit_empty_base_classes = true; CreateChildAtIndex() local
2588 bool omit_empty_base_classes = true; Dereference() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp773 GetNumChildren(bool omit_empty_base_classes,const ExecutionContext * exe_ctx) const GetNumChildren() argument
871 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
922 GetIndexOfChildMemberWithName(llvm::StringRef name,bool omit_empty_base_classes,std::vector<uint32_t> & child_indexes) const GetIndexOfChildMemberWithName() argument
[all...]
H A DVariable.cpp568 bool omit_empty_base_classes = true; PrivateAutoComplete() local
H A DType.cpp491 GetNumChildren(bool omit_empty_base_classes) GetNumChildren() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp770 const bool omit_empty_base_classes = true; GetStructValueObject() local
904 const bool omit_empty_base_classes = true; GetChildType() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1876 GetNumBaseClasses(const CXXRecordDecl * cxx_record_decl,bool omit_empty_base_classes) GetNumBaseClasses() argument
5255 GetNumChildren(lldb::opaque_compiler_type_t type,bool omit_empty_base_classes,const ExecutionContext * exe_ctx) GetNumChildren() argument
6077 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
6520 GetIndexForRecordBase(const clang::RecordDecl * record_decl,const clang::CXXBaseSpecifier * base_spec,bool omit_empty_base_classes) GetIndexForRecordBase() argument
6547 GetIndexForRecordChild(const clang::RecordDecl * record_decl,clang::NamedDecl * canonical_decl,bool omit_empty_base_classes) GetIndexForRecordChild() argument
6597 GetIndexOfChildMemberWithName(lldb::opaque_compiler_type_t type,llvm::StringRef name,bool omit_empty_base_classes,std::vector<uint32_t> & child_indexes) GetIndexOfChildMemberWithName() argument
6835 GetIndexOfChildWithName(lldb::opaque_compiler_type_t type,llvm::StringRef name,bool omit_empty_base_classes) GetIndexOfChildWithName() argument
[all...]