Lines Matching defs:invisible

203    Finally, the invisible bit is true for a decl which should be
207 invisible bit true. */
217 BOOL_BITFIELD invisible : 1; /* normal lookup should ignore this binding */
496 bind (tree name, tree decl, struct c_scope *scope, bool invisible, bool nested)
512 b->invisible = invisible;
943 /*invisible=*/false, /*nested=*/true);
1000 bind (name, type, current_scope, /*invisible=*/false, /*nested=*/false);
2010 if (b->decl && b->decl != new_decl && !b->invisible)
2145 bind (name, x, scope, /*invisible=*/false, /*nested=*/false);
2305 bind (name, b->decl, scope, /*invisible=*/false, /*nested=*/true);
2322 bind (name, x, external_scope, /*invisible=*/true,
2336 bind (name, x, scope, /*invisible=*/false, nested);
2385 bind (name, x, external_scope, /*invisible=*/true, /*nested=*/false);
2389 bind (name, x, file_scope, /*invisible=*/false, nested);
2444 /*invisible=*/false, /*nested=*/true);
2485 /*invisible=*/false, /*nested=*/true);
2548 bind (id, error_mark_node, scope, /*invisible=*/false, /*nested=*/false);
2603 /*invisible=*/false, /*nested=*/false);
2633 /*invisible=*/false, /*nested=*/false);
2680 /*invisible=*/false, /*nested=*/false);
2776 if (b && !b->invisible)
2891 /*invisible=*/false, /*nested=*/false);
2927 bind (id, decl, external_scope, /*invisible=*/true, /*nested=*/false);
6727 to this decl. This may be an invisible declaration
6936 /*invisible=*/false, /*nested=*/false);
6953 /*invisible=*/false, /*nested=*/false);
6960 /*invisible=*/false, /*nested=*/false);
7865 scope, /*invisible=*/false, /*nested=*/false);
7970 scope, /*invisible=*/false, /*nested=*/false);