Home | History | Annotate | Download | only in cp

Lines Matching defs:binding

52 /* Datatype that represents binding established by a declaration between
59 /* Nonzero if this binding is for a local scope, as opposed to a class
75 /* The scope at which this binding was made. */
85 /* The name of the current binding. */
87 /* The binding we're saving. */
88 cxx_binding *binding;
157 /* For each binding contour we allocate a binding_level structure
172 Also there may be binding levels that catch cleanups that must be
205 /* For the binding level corresponding to a class, the entities
210 is used for all binding levels. The TREE_PURPOSE is the name of
227 binding contour corresponds to. Otherwise NULL. */
230 /* The binding level which this one is contained in (inherits from). */
239 /* STATEMENT_LIST for statements in this binding contour.
243 /* Binding depth at which this level began. */
266 /* The binding level currently in effect. */
273 /* The binding level of the current class, if any. */
286 /* True if SCOPE designates the global scope binding contour. */
363 /* True is the binding of IDENTIFIER at global scope names a type. */