Home | History | Annotate | Download | only in Sema

Lines Matching refs:UnderlyingType

7963                      TypeResult UnderlyingType) {
8020 if (UnderlyingType.isInvalid() || (!UnderlyingType.get() && ScopedEnum))
8024 else if (UnderlyingType.get()) {
8028 GetTypeFromParser(UnderlyingType.get(), &TI);