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

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DTaggedASTType.h23 TaggedASTType (const ClangASTType &clang_type) : argument
/freebsd-10.0-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.cpp1718 ClangASTType clang_type = ClangASTContext::GetBuiltinTypeForEncodingAndBitSize (m_ast_context, local
H A DClangASTSource.cpp1821 NameSearchContext::AddTypeDecl(const ClangASTType &clang_type) argument
/freebsd-10.0-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.cpp259 Value::SetClangType (const ClangASTType &clang_type) argument
625 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 DValueObject.cpp779 ClangASTType clang_type = GetClangType(); local
1122 ClangASTType clang_type = GetClangType(); local
1281 ClangASTType clang_type = GetClangType(); local
1334 ClangASTType clang_type = GetClangType (); local
2316 ClangASTType clang_type = GetClangType(); local
3368 ClangASTType clang_type = valobj->GetClangType(); local
3725 ClangASTType clang_type = GetClangType(); local
3806 ClangASTType clang_type = GetClangType(); local
[all...]
/freebsd-10.0-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.0-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DNSDictionary.cpp33 ClangASTType clang_type; local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatNavigator.h525 Get_Impl(ValueObject& valobj, ClangASTType clang_type, MapValueType& entry, lldb::DynamicValueType use_dynamic, uint32_t& reason) argument
630 Get(ValueObject& valobj, ClangASTType clang_type, MapValueType& entry, lldb::DynamicValueType use_dynamic, uint32_t& reason) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp516 ClangASTType clang_type = new_value_sp->GetClangType(); local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp76 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
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
881 ClangASTType clang_type; local
[all...]
H A DClangASTContext.cpp699 clang_type_t clang_type = NULL; local
[all...]
H A DClangASTType.cpp5275 const clang::Type *clang_type = tag_qual_type.getTypePtr(); local
5400 const clang::Type *clang_type = enum_qual_type.getTypePtr(); local
5439 const clang::Type *clang_type local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp678 ClangASTType clang_type local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
H A DABISysV_x86_64.cpp569 ClangASTType clang_type = new_value_sp->GetClangType(); local
[all...]
/freebsd-10.0-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
H A DSymbolFileDWARF.cpp414 ClangASTType clang_type = type->GetClangForwardType(); local
1427 ClangASTType clang_type; local
2341 HasForwardDeclForClangType(const ClangASTType &clang_type) argument
2350 ResolveClangOpaqueTypeDefinition(ClangASTType &clang_type) argument
4309 ParseChildEnumerators( const SymbolContext& sc, lldb_private::ClangASTType &clang_type, bool is_signed, uint32_t enumerator_byte_size, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *parent_die ) argument
5674 ClangASTType clang_type; local
7778 ClangASTType clang_type = symbol_file_dwarf->GetClangASTContext().GetTypeForDecl (decl); local
7787 ClangASTType clang_type = symbol_file_dwarf->GetClangASTContext().GetTypeForDecl (decl); local
[all...]

Completed in 181 milliseconds