HomeSort by relevance Sort by last modified time
    Searched refs:ClangASTType (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /external/lldb/include/lldb/Symbol/
TaggedASTType.h 13 #include "lldb/Symbol/ClangASTType.h"
20 template <unsigned int C> class TaggedASTType : public ClangASTType
23 TaggedASTType (const ClangASTType &clang_type) :
24 ClangASTType(clang_type)
29 ClangASTType(ast_context, type)
34 ClangASTType(tw)
39 ClangASTType()
50 ClangASTType::operator= (tw);
ClangASTType.h 1 //===-- ClangASTType.h ------------------------------------------*- C++ -*-===//
30 class ClangASTType
62 ClangASTType (clang::ASTContext *ast_context, lldb::clang_type_t type) :
68 ClangASTType (clang::ASTContext *ast_context, clang::QualType qual_type);
70 ClangASTType (const ClangASTType &rhs) :
76 ClangASTType () :
82 ~ClangASTType();
88 const ClangASTType &
89 operator= (const ClangASTType &rhs
    [all...]
ClangASTContext.h 29 #include "lldb/Symbol/ClangASTType.h"
139 ClangASTType
143 static ClangASTType
148 ClangASTType
151 static ClangASTType
154 static ClangASTType
160 ClangASTType
166 ClangASTType
169 static ClangASTType
172 ClangASTType
    [all...]
TypeVendor.h 41 std::vector <ClangASTType> &types) = 0;
Type.h 17 #include "lldb/Symbol/ClangASTType.h"
88 const ClangASTType &clang_qual_type,
230 ClangASTType
236 ClangASTType
241 ClangASTType
266 ClangASTType
293 ClangASTType m_clang_type;
392 TypeImpl(const lldb_private::ClangASTType& type);
417 const lldb_private::ClangASTType &
446 ClangASTType m_clang_ast_type
    [all...]
  /external/lldb/include/lldb/Core/
ValueObjectCast.h 30 const ClangASTType &cast_type);
69 virtual ClangASTType
72 ClangASTType m_cast_type;
77 const ClangASTType &cast_type);
ValueObjectMemory.h 18 #include "lldb/Symbol/ClangASTType.h"
39 const ClangASTType &ast_type);
66 virtual ClangASTType
71 ClangASTType m_clang_type;
82 const ClangASTType &ast_type);
ValueObjectChild.h 84 virtual ClangASTType
90 ClangASTType m_clang_type;
107 const ClangASTType &clang_type,
ValueObjectConstResultChild.h 30 const ClangASTType &clang_type,
47 virtual ClangASTType
54 GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create);
ValueObjectConstResult.h 37 const ClangASTType &clang_type,
44 const ClangASTType &clang_type,
53 const ClangASTType &clang_type,
96 GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create);
131 virtual ClangASTType
147 const ClangASTType &clang_type,
153 const ClangASTType &clang_type,
161 const ClangASTType &clang_type,
ValueObjectRegister.h 59 virtual ClangASTType
113 virtual ClangASTType
170 virtual ClangASTType
177 ClangASTType m_clang_type;
ValueObjectVariable.h 74 virtual ClangASTType
  /external/lldb/source/Symbol/
ClangASTContext.cpp 536 ClangASTType
542 ClangASTType
546 return ClangASTType();
552 return ClangASTType (ast, ast->VoidPtrTy.getAsOpaquePtr());
557 return ClangASTType (ast, ast->UnsignedCharTy.getAsOpaquePtr());
559 return ClangASTType (ast, ast->UnsignedShortTy.getAsOpaquePtr());
561 return ClangASTType (ast, ast->UnsignedIntTy.getAsOpaquePtr());
563 return ClangASTType (ast, ast->UnsignedLongTy.getAsOpaquePtr());
565 return ClangASTType (ast, ast->UnsignedLongLongTy.getAsOpaquePtr());
567 return ClangASTType (ast, ast->UnsignedInt128Ty.getAsOpaquePtr())
    [all...]
ClangASTType.cpp 1 //===-- ClangASTType.cpp ----------------------------------------*- C++ -*-===//
12 #include "lldb/Symbol/ClangASTType.h"
175 ClangASTType::ClangASTType (clang::ASTContext *ast,
182 ClangASTType::~ClangASTType()
191 ClangASTType::IsAggregateType () const
211 return ClangASTType(m_ast, cast<ElaboratedType>(qual_type)->getNamedType()).IsAggregateType();
213 return ClangASTType(m_ast, cast<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).IsAggregateType();
215 return ClangASTType(m_ast, cast<ParenType>(qual_type)->desugar()).IsAggregateType()
    [all...]
  /external/lldb/source/Core/
ValueObjectCast.cpp 23 #include "lldb/Symbol/ClangASTType.h"
41 const ClangASTType &cast_type)
51 const ClangASTType &cast_type
65 ClangASTType
101 ClangASTType clang_type (GetClangType());
ValueObjectConstResult.cpp 19 #include "lldb/Symbol/ClangASTType.h"
64 const ClangASTType &clang_type,
78 const ClangASTType &clang_type,
106 const ClangASTType &clang_type,
131 const ClangASTType &clang_type,
157 const ClangASTType &clang_type,
172 const ClangASTType &clang_type,
239 ClangASTType
303 ValueObjectConstResult::GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create)
ValueObjectConstResultChild.cpp 22 const ClangASTType &clang_type,
57 ValueObjectConstResultChild::GetSyntheticChildAtOffset(uint32_t offset, const ClangASTType& type, bool can_create)
ValueObjectConstResultImpl.cpp 20 #include "lldb/Symbol/ClangASTType.h"
106 ClangASTType clang_type = m_impl_backend->GetClangType();
107 ClangASTType child_clang_type;
149 ValueObjectConstResultImpl::GetSyntheticChildAtOffset (uint32_t offset, const ClangASTType& type, bool can_create)
176 ClangASTType clang_type(m_impl_backend->GetClangType());
  /external/lldb/include/lldb/Expression/
ASTDumper.h 31 ASTDumper (const ClangASTType &clang_type);
  /external/lldb/include/lldb/DataFormatters/
FormatClasses.h 29 #include "lldb/Symbol/ClangASTType.h"
68 TypeNameSpecifierImpl (ClangASTType type) :
95 ClangASTType
100 return ClangASTType();
112 // whereas TypeImplSP can also be backed by a ClangASTType which is more commonly
  /external/lldb/include/lldb/Target/
ThreadPlanCallFunction.h 27 // return type, otherwise just pass in an invalid ClangASTType.
31 const ClangASTType &return_type,
41 const ClangASTType &return_type,
181 ClangASTType m_return_type;
ABI.h 51 ClangASTType &type,
63 ClangASTType &type) const = 0;
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.h 39 std::vector <ClangASTType> &types);
  /external/lldb/source/API/
SBType.cpp 23 #include "lldb/Symbol/ClangASTType.h"
35 SBType::SBType (const ClangASTType &type) :
36 m_opaque_sp(new TypeImpl(ClangASTType(type.GetASTContext(),
171 return SBType(ClangASTType(m_opaque_sp->GetClangASTType().GetPointerType()));
179 return SBType(ClangASTType(m_opaque_sp->GetClangASTType().GetPointeeType()));
187 return SBType(ClangASTType(m_opaque_sp->GetClangASTType().GetLValueReferenceType()));
195 return SBType(ClangASTType(m_opaque_sp->GetClangASTType().GetNonReferenceType()));
221 ClangASTType return_clang_type (m_opaque_sp->GetClangASTType().GetFunctionReturnType());
240 sb_type_list.Append (SBType(ClangASTType(m_opaque_sp->GetASTContext(), func->getArgType(i).getAsOpaquePtr())));
326 ClangASTType this_type (m_opaque_sp->GetClangASTType ())
    [all...]
  /external/lldb/include/lldb/Breakpoint/
Watchpoint.h 79 Watchpoint (Target& target, lldb::addr_t addr, uint32_t size, const ClangASTType *type, bool hardware = true);
197 const ClangASTType &
231 ClangASTType m_type;

Completed in 329 milliseconds

1 2 3 4 5