Searched refs:getSimpleKind (Results 1 – 10 of 10) sorted by relevance
136 SimpleTypeKind getSimpleKind() const { in getSimpleKind() function146 TypeIndex makeDirect() const { return TypeIndex{getSimpleKind()}; } in makeDirect()
82 if (SimpleTypeName.Kind == TI.getSimpleKind()) { in simpleTypeName()
75 switch (TI.getSimpleKind()) { in getSizeInBytesForTypeIndex()
80 SimpleTypeKind stk = ti.getSimpleKind(); in GetIntegralTypeInfo()
549 name = std::string(GetSimpleTypeName(mr.ModifiedType.getSimpleKind())); in CreateModifierType()610 if (ti.getSimpleKind() == SimpleTypeKind::NotTranslated) in CreateSimpleType()613 size_t size = GetTypeSizeForSimpleKind(ti.getSimpleKind()); in CreateSimpleType()614 llvm::StringRef type_name = GetSimpleTypeName(ti.getSimpleKind()); in CreateSimpleType()
506 if (ti.getSimpleKind() == SimpleTypeKind::NotTranslated) in CreateSimpleType()509 lldb::BasicType bt = GetCompilerTypeForSimpleKind(ti.getSimpleKind()); in CreateSimpleType()
1070 return GetTypeSizeForSimpleKind(id.index.getSimpleKind()); in GetSizeOfType()
195 switch (Underlying.getSimpleKind()) { in getBuiltinType()
116 const auto Kind = Index.getSimpleKind(); in createSimpleType()
1884 return TypeIndex(PointeeTI.getSimpleKind(), Mode); in lowerTypePointer()