Home | History | Annotate | Download | only in Sema

Lines Matching refs:SuperType

1944             std::string SuperType;
1945 SuperType = ID->getSuperClass()->getNameAsString();
1947 SuperType += " *";
1949 Builder.AddResultTypeChunk(Allocator.CopyString(SuperType));