Home | History | Annotate | Download | only in AST

Lines Matching defs:Private

862 /// class) that has no user-declared constructors, no private or
2087 template <class Private> class TypePropertyCache {
2123 // Instantiate the friend template at a private class. In a
2126 namespace { class Private {}; }
2127 typedef TypePropertyCache<Private> Cache;