Lines Matching refs:scope_datum
334 struct scope_datum *scope;
498 struct scope_datum *scope;
3435 struct scope_datum *scope;
3502 struct scope_datum *scope_datum;
3513 scope_datum = hashtab_search(pdb->scope[sym].table, key);
3514 if (scope_datum == NULL) {
3518 for (j = 0; j < scope_datum->decl_ids_len; j++) {
3519 if (scope_datum->decl_ids[j] == decl->decl_id) {
3523 if (j >= scope_datum->decl_ids_len) {