Lines Matching refs:classes
28 /* The GLOBAL_FRIEND scope (functions, classes, or templates) is
140 /* Nested classes get the same access as their enclosing types, as
144 /* Local classes have the same access as the enclosing function. */
227 classes that are not defined. If a type has not yet been defined,
239 tree classes;
444 for (classes = CLASSTYPE_FRIEND_CLASSES (type);
445 classes;
446 classes = TREE_CHAIN (classes))
448 tree probe = TREE_VALUE (classes);
472 if (!classes)