Searched defs:newType (Results 1 – 3 of 3) sorted by relevance
2649 DependentSizedArrayType *newType in getDependentSizedArrayType() local2730 IncompleteArrayType *newType = new (*this, TypeAlignment) in getIncompleteArrayType() local2992 Type *newType = in getInjectedClassNameType() local3021 Type *newType = new (*this, TypeAlignment) UnresolvedUsingType(Using); in getTypeDeclTypeSlow() local3039 TypedefType *newType = new(*this, TypeAlignment) in getTypedefType() local3053 RecordType *newType = new (*this, TypeAlignment) RecordType(Decl); in getRecordType() local3066 EnumType *newType = new (*this, TypeAlignment) EnumType(Decl); in getEnumType() local
497 void setType(QualType newType) { DeclType = newType; } in setType()2529 void setTypeSourceInfo(TypeSourceInfo *newType) { in setTypeSourceInfo()
542 static uint8_t mergeTypeForSet(uint8_t origType, uint8_t newType) { in mergeTypeForSet()