Home | History | Annotate | Download | only in Sema

Lines Matching full:underlyingtype

9315                      TypeResult UnderlyingType) {
9372 if (UnderlyingType.isInvalid() || (!UnderlyingType.get() && ScopedEnum))
9376 else if (UnderlyingType.get()) {
9380 GetTypeFromParser(UnderlyingType.get(), &TI);