Lines Matching refs:bind_symbol
710 bind_symbol(sym, token->ident, NS_LABEL); in label_symbol()
735 bind_symbol(sym, token->ident, NS_STRUCT); in struct_union_enum_specifier()
950 bind_symbol(sym, token->ident, NS_SYMBOL); in parse_enum_declaration()
2120 bind_symbol(cont, &continue_ident, NS_ITERATOR); in start_iterator()
2122 bind_symbol(brk, &break_ident, NS_ITERATOR); in start_iterator()
2146 bind_symbol(ret, &return_ident, NS_ITERATOR); in start_function()
2180 bind_symbol(brk, &break_ident, NS_ITERATOR); in start_switch()
2183 bind_symbol(switch_case, &case_ident, NS_ITERATOR); in start_switch()
2733 bind_symbol(sym, sym->ident, NS_SYMBOL); in declare_argument()
2938 bind_symbol(decl, ident, is_typedef ? NS_TYPEDEF: NS_SYMBOL); in external_declaration()
3056 bind_symbol(decl, ident, is_typedef ? NS_TYPEDEF: NS_SYMBOL); in external_declaration()