Home
last modified time | relevance | path

Searched refs:this_entity (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dname-lookup.h229 tree this_entity; member
H A Dname-lookup.c1210 if (scope->this_entity) in cxx_scope_debug()
1212 scope->this_entity, (void *) scope, line); in cxx_scope_debug()
1275 scope->this_entity = entity; in begin_scope()
2583 class_type = scope->this_entity; in get_class_binding()
3974 class_type = level->this_entity; in lookup_name_real()
4141 || DECL_CONTEXT (iter->type) == iter->scope->this_entity)) in lookup_type_scope()
4879 || COMPLETE_TYPE_P (b->this_entity)))) in pushtag()
H A Dclass.c5533 && type != previous_class_level->this_entity in pushclass()
5541 || type != previous_class_level->this_entity in pushclass()
H A DChangeLog-20034115 * decl.c (cp_binding_level::this_entity): Rename from this_class.