| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | BlockPointer.cpp | 78 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 D | ValueObjectConstResultImpl.cpp | 56 bool omit_empty_base_classes = true; CreateChildAtIndex() local
|
| H A D | ValueObjectMemory.cpp | 136 const bool omit_empty_base_classes = true; CalculateNumChildren() local
|
| H A D | ValueObjectVariable.cpp | 104 const bool omit_empty_base_classes = true; CalculateNumChildren() local
|
| H A D | ValueObject.cpp | 410 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 D | CompilerType.cpp | 773 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 D | Variable.cpp | 568 bool omit_empty_base_classes = true; PrivateAutoComplete() local
|
| H A D | Type.cpp | 491 GetNumChildren(bool omit_empty_base_classes) GetNumChildren() argument
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc64.cpp | 770 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 D | TypeSystemClang.cpp | 1876 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...] |