Home | History | Annotate | Download | only in Sema

Lines Matching refs:SuperType

2018             std::string SuperType;
2019 SuperType = ID->getSuperClass()->getNameAsString();
2021 SuperType += " *";
2023 Builder.AddResultTypeChunk(Allocator.CopyString(SuperType));