HomeSort by: relevance | last modified time | path
    Searched defs:decl_context (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
decl.h 21 enum decl_context enum
34 /* We need this in here to get the decl_context definition. */
37 enum decl_context, int, tree*);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.h 21 enum decl_context enum
34 /* We need this in here to get the decl_context definition. */
37 enum decl_context, int, tree*);
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 69 enum decl_context enum
215 BOOL_BITFIELD nested : 1; /* do not set DECL_CONTEXT when popping */
678 enum decl_context, bool, tree *, tree *, tree *,
1375 else if (DECL_CONTEXT (p) == current_function_decl)
1409 DECL_CONTEXT (extp) = current_function_decl;
1421 /* If this is the file scope set DECL_CONTEXT of each decl to
1425 DECL_CONTEXT (p) = context;
1713 TYPE_CONTEXT (type) = DECL_CONTEXT (TYPE_STUB_DECL (type));
1777 DECL_CONTEXT (decl) = current_function_decl;
2146 && TYPE_NAME (DECL_CONTEXT (newdecl)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 68 enum decl_context enum
209 BOOL_BITFIELD nested : 1; /* do not set DECL_CONTEXT when popping */
613 enum decl_context, bool, tree *, tree *, tree *,
1323 else if (DECL_CONTEXT (p) == current_function_decl)
1357 DECL_CONTEXT (extp) = current_function_decl;
1369 /* If this is the file scope set DECL_CONTEXT of each decl to
1374 DECL_CONTEXT (p) = context;
1595 TYPE_CONTEXT (type) = DECL_CONTEXT (TYPE_STUB_DECL (type));
1659 DECL_CONTEXT (decl) = current_function_decl;
2310 if (DECL_CONTEXT (olddecl)
    [all...]

Completed in 30 milliseconds