Lines Matching refs:DECL_CONTEXT
220 DECL_CONTEXT (parm) = fn;
274 && !CLASSTYPE_VBASECLASSES (DECL_CONTEXT (fn)))
285 if (CLASSTYPE_VBASECLASSES (DECL_CONTEXT (fn)))
357 DECL_CONTEXT (function) = ctype;
902 DECL_CONTEXT (decl) = current_class_type;
1015 DECL_CONTEXT (value) = current_class_type;
1049 error ("%qD is already defined in %qT", value, DECL_CONTEXT (value));
1111 && DECL_CONTEXT (value) != current_class_type)
1120 DECL_CONTEXT (value) = current_class_type;
1236 DECL_CONTEXT (value));
1645 if (tree ctype = DECL_CONTEXT (decl))
1897 DECL_CONTEXT (anon_union_decl) = DECL_CONTEXT (TYPE_NAME (type));
2019 ptrtype = build_pointer_type (DECL_CONTEXT (decl));
2266 && vague_linkage_p (DECL_CONTEXT (decl)));
2764 class_type = DECL_CONTEXT (decl);
2769 /* Virtual tables have DECL_CONTEXT set to their associated class,
2779 tree fn = DECL_CONTEXT (decl);
2789 determine_visibility_from_class (decl, DECL_CONTEXT (fn));
3257 class_type = DECL_CONTEXT (decl);
3375 tree ctype = DECL_CONTEXT (decl);
3883 DECL_CONTEXT (fndecl) = FROB_CONTEXT (global_namespace);
3916 DECL_CONTEXT (var) = fndecl;
4137 and that have their DECL_CONTEXT() == NULL.
4138 For each such temporary variable, set their DECL_CONTEXT() to
4158 && !DECL_CONTEXT (var))
4159 DECL_CONTEXT (var) = current_function_decl;
4188 their DECL_CONTEXT() set to a value different from NULL_TREE.
4190 In that case, the DECL_CONTEXT() of the global variables _AND_ of all
4194 What we want to do here is to fix that and make sure the DECL_CONTEXT()
4214 DECL_CONTEXT (current_function_decl) = DECL_CONTEXT (decl);
4308 DECL_CONTEXT (current_function_decl) = NULL_TREE;
5732 tree ctx = DECL_CONTEXT (decl);
5784 && dependent_type_p (DECL_CONTEXT (decl)))
5864 used_types_insert (DECL_CONTEXT (decl));
5879 && LAMBDA_TYPE_P (DECL_CONTEXT (decl)))