Searched refs:getSimpleKind (Results 1 – 11 of 11) 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()
552 name = std::string(GetSimpleTypeName(mr.ModifiedType.getSimpleKind())); in CreateModifierType()613 if (ti.getSimpleKind() == SimpleTypeKind::NotTranslated) in CreateSimpleType()616 size_t size = GetTypeSizeForSimpleKind(ti.getSimpleKind()); in CreateSimpleType()617 llvm::StringRef type_name = GetSimpleTypeName(ti.getSimpleKind()); in CreateSimpleType()
507 if (ti.getSimpleKind() == SimpleTypeKind::NotTranslated) in CreateSimpleType() 510 lldb::BasicType bt = GetCompilerTypeForSimpleKind(ti.getSimpleKind()); in CreateSimpleType()
1074 return GetTypeSizeForSimpleKind(id.index.getSimpleKind()); in GetSizeOfType()
195 switch (Underlying.getSimpleKind()) { in getBuiltinType()
116 const auto Kind = Index.getSimpleKind(); in createSimpleType()
1854 ? (uint32_t)(TypeLeafKind)TIElementType.getSimpleKind() in visitKnownRecord()3212 TypeLeafKind SimpleKind = (TypeLeafKind)TI.getSimpleKind(); in createBaseType()
1917 return TypeIndex(PointeeTI.getSimpleKind(), Mode); in lowerTypePointer()