Searched defs:clang_type (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DTaggedASTType.h23 TaggedASTType (const ClangASTType &clang_type) : argument
H A DType.h311 ClangASTType clang_type; member in class:lldb_private::TypePair
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Expression/
H A DASTDumper.cpp82 ASTDumper::ASTDumper (const ClangASTType &clang_type) argument
H A DClangExpressionVariable.cpp84 ClangExpressionVariable::SetClangType(const ClangASTType &clang_type) argument
H A DClangExpressionDeclMap.cpp1805 ClangASTType clang_type = ClangASTContext::GetBuiltinTypeForEncodingAndBitSize (m_ast_context, local
H A DClangASTSource.cpp1831 NameSearchContext::AddTypeDecl(const ClangASTType &clang_type) argument
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectChild.cpp27 ValueObjectChild( ValueObject &parent, const ClangASTType &clang_type, const ConstString &name, uint64_t byte_size, int32_t byte_offset, uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset, bool is_base_class, bool is_deref_of_parent, AddressType child_ptr_or_ref_addr_type ) argument
H A DValueObjectConstResultChild.cpp19 ValueObjectConstResultChild( ValueObject &parent, const ClangASTType &clang_type, const ConstString &name, uint32_t byte_size, int32_t byte_offset, uint32_t bitfield_bit_size, uint32_t bitfield_bit_offset, bool is_base_class, bool is_deref_of_parent ) argument
H A DValueObjectConstResultImpl.cpp106 ClangASTType clang_type = m_impl_backend->GetClangType(); local
H A DValue.cpp260 Value::SetClangType (const ClangASTType &clang_type) argument
640 const ClangASTType &clang_type = GetClangType(); local
H A DValueObjectConstResult.cpp61 Create( ExecutionContextScope *exe_scope, const ClangASTType &clang_type, const ConstString &name, const DataExtractor &data, lldb::addr_t address ) argument
77 ValueObjectConstResult(ExecutionContextScope *exe_scope, const ClangASTType &clang_type, const ConstString &name, const DataExtractor &data, lldb::addr_t address) argument
105 Create(ExecutionContextScope *exe_scope, const ClangASTType &clang_type, const ConstString &name, const lldb::DataBufferSP &data_sp, lldb::ByteOrder data_byte_order, uint32_t data_addr_size, lldb::addr_t address) argument
130 ValueObjectConstResult(ExecutionContextScope *exe_scope, const ClangASTType &clang_type, const ConstString &name, const lldb::DataBufferSP &data_sp, lldb::ByteOrder data_byte_order, uint32_t data_addr_size, lldb::addr_t address) argument
156 Create(ExecutionContextScope *exe_scope, const ClangASTType &clang_type, const ConstString &name, lldb::addr_t address, AddressType address_type, uint32_t addr_byte_size) argument
171 ValueObjectConstResult(ExecutionContextScope *exe_scope, const ClangASTType &clang_type, const ConstString &name, lldb::addr_t address, AddressType address_type, uint32_t addr_byte_size) argument
[all...]
H A DValueObjectVariable.cpp160 ClangASTType clang_type = GetClangType(); local
H A DValueObject.cpp867 ClangASTType clang_type = GetClangType(); local
1210 ClangASTType clang_type = GetClangType(); local
1369 ClangASTType clang_type = GetClangType(); local
2367 ClangASTType clang_type = GetClangType(); local
3487 ClangASTType clang_type = GetClangType(); local
3568 ClangASTType clang_type = GetClangType(); local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeFormat.cpp85 ClangASTType clang_type = valobj->GetClangType (); local
H A DNSDictionary.cpp33 ClangASTType clang_type; local
[all...]
H A DFormatManager.cpp167 GetPossibleMatches(ValueObject& valobj, ClangASTType clang_type, uint32_t reason, lldb::DynamicValueType use_dynamic, FormattersMatchVector& entries, bool did_strip_ptr, bool did_strip_ref, bool did_strip_typedef, bool root_level) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectArgs.cpp167 ClangASTType clang_type; local
H A DCommandObjectWatchpoint.cpp1053 ClangASTType clang_type; local
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp506 ClangASTType clang_type = new_value_sp->GetClangType(); local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Symbol/
H A DVariable.cpp540 PrivateAutoCompleteMembers(StackFrame *frame, const std::string &partial_member_name, const std::string &partial_path, const std::string &prefix_path, const ClangASTType& clang_type, StringList &matches, bool &word_complete) argument
619 PrivateAutoComplete(StackFrame *frame, const std::string &partial_path, const std::string &prefix_path, const ClangASTType& clang_type, StringList &matches, bool &word_complete) argument
891 ClangASTType clang_type; local
[all...]
H A DType.cpp887 TypeAndOrName::SetClangASTType (ClangASTType clang_type) argument
947 TypeImpl::TypeImpl (ClangASTType clang_type) : argument
959 TypeImpl::TypeImpl (ClangASTType clang_type, ClangASTTyp argument
76 Type( lldb::user_id_t uid, SymbolFile* symbol_file, const ConstString &name, uint64_t byte_size, SymbolContextScope *context, user_id_t encoding_uid, EncodingDataType encoding_uid_type, const Declaration& decl, const ClangASTType &clang_type, ResolveState clang_type_resolve_state ) argument
978 SetType(ClangASTType clang_type) argument
991 SetType(ClangASTType clang_type, ClangASTType dynamic) argument
[all...]
H A DClangASTContext.cpp699 clang_type_t clang_type = NULL; local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp584 ClangASTType clang_type local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp544 ClangASTType clang_type = new_value_sp->GetClangType(); local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp784 SymbolFileDWARFDebugMap::ResolveClangOpaqueTypeDefinition (ClangASTType& clang_type) argument
1388 ClangASTType clang_type = symbol_file_dwarf->GetClangASTContext().GetTypeForDecl (decl); local
1408 ClangASTType clang_type = symbol_file_dwarf->GetClangASTContext().GetTypeForDecl (decl); local

Completed in 128 milliseconds

12