================ @@ -2767,6 +2767,10 @@ class DependentBitIntTypeLoc final : public InheritingConcreteTypeLoc<TypeSpecTypeLoc, DependentBitIntTypeLoc, DependentBitIntType> {}; +class PredefinedSugarTypeLoc final + : public InheritingConcreteTypeLoc<TypeSpecTypeLoc, PredefinedSugarTypeLoc, + PredefinedSugarType> {}; ---------------- YexuanXiao wrote:
https://github.com/llvm/llvm-project/blob/f90025ebd930a4719f3d7ac61d802ce948f9f433/clang/include/clang/AST/TypeLoc.h#L49-L53 declares it. https://github.com/llvm/llvm-project/pull/143653 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits