HomeSort by: relevance | last modified time | path
    Searched defs:scope_kind (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.h 190 enum scope_kind {
219 sk_count /* Number of scope_kind enumerations. */
292 ENUM_BITFIELD (scope_kind) kind : 4;
345 extern scope_kind innermost_scope_kind (void);
346 extern cp_binding_level *begin_scope (scope_kind, tree);
188 enum scope_kind { enum
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.h 190 enum scope_kind {
290 ENUM_BITFIELD (scope_kind) kind : 4;
342 extern scope_kind innermost_scope_kind (void);
343 extern cp_binding_level *begin_scope (scope_kind, tree);
188 enum scope_kind { enum

Completed in 24 milliseconds