HomeSort by relevance Sort by last modified time
    Searched defs:GetCanonicalType (Results 1 - 3 of 3) sorted by null

  /external/lldb/source/API/
SBType.cpp 255 SBType::GetCanonicalType()
258 return SBType(m_opaque_sp->GetClangASTType().GetCanonicalType());
  /frameworks/compile/slang/
slang_rs_export_type.h 37 inline const clang::Type* GetCanonicalType(const clang::Type* T) {
44 inline const clang::Type* GetCanonicalType(clang::QualType QT) {
45 return GetCanonicalType(QT.getTypePtr());
52 return GetCanonicalType(T->getElementType());
59 return GetCanonicalType(T->getPointeeType());
66 return GetCanonicalType(T->getElementType());
  /external/lldb/source/Symbol/
ClangASTType.cpp 782 const clang::Type::TypeClass pointee_type_class = pointee_qual_type.getCanonicalType()->getTypeClass();
    [all...]

Completed in 67 milliseconds