Home | History | Annotate | Download | only in Sema

Lines Matching defs:SuperType

2004             std::string SuperType;
2005 SuperType = ID->getSuperClass()->getNameAsString();
2007 SuperType += " *";
2009 Builder.AddResultTypeChunk(Allocator.CopyString(SuperType));