Lines Matching refs:decl
58 - for (decl = level->namespaces; decl != NULL_TREE; decl = TREE_CHAIN (decl))
61 + decl = level->names;
63 + decl = level->namespaces;
65 + decl != NULL_TREE;
66 + decl = TREE_CHAIN (decl))
72 + if (TREE_CODE (decl) != NAMESPACE_DECL)
76 if (!DECL_IS_BUILTIN (decl) || DECL_NAMESPACE_STD_P (decl))
95 @@ -2218,7 +2239,11 @@ fq_scope (tree decl)
115 - for (tree o (BASELINK_FUNCTIONS (decl));
119 + for (ovl_iterator i (BASELINK_FUNCTIONS (decl)); i; ++i)
121 + for (tree o (BASELINK_FUNCTIONS (decl)); o != 0; o = OVL_NEXT (o))
137 - for (tree o (BASELINK_FUNCTIONS (decl));
141 + for (ovl_iterator i (BASELINK_FUNCTIONS (decl)); i; ++i)
143 + for (tree o (BASELINK_FUNCTIONS (decl)); o != 0; o = OVL_NEXT (o))
204 + for (ovl_iterator i (BASELINK_FUNCTIONS (decl)); i; ++i)
206 for (tree o (BASELINK_FUNCTIONS (decl)); o != 0; o = OVL_NEXT (o))