HomeSort by relevance Sort by last modified time
    Searched refs:GetPointeeType (Results 1 - 23 of 23) sorted by null

  /external/lldb/test/python_api/default-constructor/
sb_type.py 17 obj.GetPointeeType()
  /external/lldb/test/python_api/watchpoint/watchlocation/
TestTargetWatchAddress.py 85 value.GetType().GetPointeeType())
144 value.GetType().GetPointeeType())
TestSetWatchlocation.py 70 value.GetType().GetPointeeType())
  /external/lldb/test/functionalities/type_completion/
TestTypeCompletion.py 99 string = field0.GetType().GetPointeeType()
118 string = field0.GetType().GetPointeeType()
136 string = field0.GetType().GetPointeeType()
  /external/lldb/include/lldb/API/
SBType.h 103 GetPointeeType();
  /external/lldb/examples/summaries/cocoa/
CFBag.py 103 valobj_type = valobj_type.GetPointeeType()
CFBinaryHeap.py 100 valobj_type = valobj_type.GetPointeeType()
CFBitVector.py 143 valobj_type = valobj_type.GetPointeeType()
  /external/lldb/test/python_api/type/
TestTypeList.py 104 task_head_pointee_type = task_head_type.GetPointeeType()
  /external/lldb/source/API/
SBType.cpp 175 SBType::GetPointeeType()
179 return SBType(ClangASTType(m_opaque_sp->GetClangASTType().GetPointeeType()));
  /external/clang/utils/
ClangDataFormat.py 122 return ty.GetPointeeType().GetName()
  /external/lldb/include/lldb/DataFormatters/
FormatNavigator.h 580 if (Get_Impl(valobj, clang_type.GetPointeeType(), entry, use_dynamic, reason) && !entry->SkipsPointers())
605 if (Get_Impl(valobj, clang_type.GetPointeeType(), entry, use_dynamic, reason) && !entry->SkipsPointers())
  /external/lldb/scripts/Python/interface/
SBType.i 175 GetPointeeType();
  /external/chromium_org/third_party/WebKit/Tools/lldb/
lldb_webkit.py 248 self.data_type = self.buffer.GetType().GetPointeeType()
  /external/lldb/include/lldb/Symbol/
ClangASTType.h 329 GetPointeeType () const;
  /frameworks/compile/slang/
slang_rs_export_type.cpp 337 const clang::Type *PointeeType = GetPointeeType(PT);
570 const clang::Type *PointeeType = GetPointeeType(PT);
728 const clang::Type *PT = GetPointeeType(P);
    [all...]
slang_rs_export_type.h 55 inline const clang::Type* GetPointeeType(const clang::PointerType *T) {
59 return GetCanonicalType(T->getPointeeType());
388 inline const RSExportType *getPointeeType() const { return mPointeeType; }
  /external/lldb/source/DataFormatters/
LibCxx.cpp 467 m_element_type = data_type_finder_sp->GetClangType().GetPointeeType();
  /external/lldb/examples/synthetic/
gnu_libstdcpp.py 222 self.data_type = self.start.GetType().GetPointeeType()
libcxx.py 125 self.data_type = data_type_finder.GetType().GetPointeeType()
  /external/lldb/source/Symbol/
Variable.cpp 732 ClangASTType pointee_type(clang_type.GetPointeeType());
    [all...]
ClangASTType.cpp 380 return ClangASTType (m_ast, reference_type->getPointeeType()).IsFunctionType();
416 return ClangASTType (m_ast, reference_type->getPointeeType()).IsFunctionPointerType();
467 pointee_type->SetClangType (m_ast, cast<ObjCObjectPointerType>(qual_type)->getPointeeType());
471 pointee_type->SetClangType (m_ast, cast<BlockPointerType>(qual_type)->getPointeeType());
475 pointee_type->SetClangType (m_ast, cast<PointerType>(qual_type)->getPointeeType());
479 pointee_type->SetClangType (m_ast, cast<MemberPointerType>(qual_type)->getPointeeType());
518 pointee_type->SetClangType(m_ast, cast<ObjCObjectPointerType>(qual_type)->getPointeeType());
522 pointee_type->SetClangType(m_ast, cast<BlockPointerType>(qual_type)->getPointeeType());
526 pointee_type->SetClangType(m_ast, cast<PointerType>(qual_type)->getPointeeType());
530 pointee_type->SetClangType(m_ast, cast<MemberPointerType>(qual_type)->getPointeeType());
    [all...]
  /external/lldb/source/Expression/
ClangExpressionDeclMap.cpp     [all...]

Completed in 355 milliseconds