/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | BlockPointer.cpp | 79 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 D | ValueObjectConstResultImpl.cpp |
|
H A D | ValueObjectMemory.cpp |
|
H A D | ValueObjectVariable.cpp |
|
H A D | ValueObject.cpp |
|
/llvm-project/lldb/source/Symbol/ |
H A D | CompilerType.cpp | 802 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 D | Variable.cpp | 572 compiler_type.GetNumChildren(omit_empty_base_classes, nullptr)) in PrivateAutoComplete() local
|
H A D | Type.cpp | 496 GetNumChildren(bool omit_empty_base_classes) GetNumChildren() argument
|
/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
H A D | ABISysV_ppc64.cpp | 768 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 D | TypeSystemClang.cpp | 1828 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...] |