Searched refs:TypeOf (Results 1 – 13 of 13) sorted by relevance
29 TYPE_BIT_CODE(TypeOf, TYPEOF, 18)
601 const Init *TypeOf) { in parseFieldType() argument602 auto Type = dyn_cast<StringInit>(TypeOf); in parseFieldType()
1269 SUGARED_TYPE_CLASS(TypeOf) in SUGARED_TYPE_CLASS()3207 case TypeOf: in isSpecifierType()4114 : Type(TypeOf, in TypeOfType()4955 case Type::TypeOf: in canHaveNullability()
228 case Type::TypeOf: in canPrefixQualifiers()
1239 case Type::TypeOf: in IsStructurallyEquivalent()
4298 case Type::TypeOf: in getVariableArrayDecayedType()13993 UNEXPECTED_TYPE(TypeOf, "sugar") in getCommonNonSugarTypeNode()14473 case Type::TypeOf: { in getCommonSugarTypeNode()
2498 case Type::TypeOf: in mangleUnresolvedTypeOrSimpleId()
716 case Type::TypeOf: in IsPossiblyOpaquelyQualifiedTypeInternal()2466 case Type::TypeOf: in DeduceTemplateArgumentsByTypeMatch()6969 case Type::TypeOf: in MarkUsedTemplateParameters()
4534 case Type::TypeOf: in captureVariablyModifiedType()
2569 case clang::Type::TypeOf:4144 case clang::Type::TypeOf: in GetTypeClass()4854 case clang::Type::TypeOf: in GetEncoding()5155 case clang::Type::TypeOf: in GetFormat()
2583 case Type::TypeOf: in EmitVariablyModifiedType()
3838 case Type::TypeOf: in UnwrapTypeForDebugInfo()4069 case Type::TypeOf: in CreateTypeNode()
5953 static bool classof(const Type *T) { return T->getTypeClass() == TypeOf; }