Home | History | Annotate | Download | only in cp

Lines Matching refs:CONTEXT

1694 	tree context;
2016 (DECL_LANG_SPECIFIC (NODE)->u.f.context)
2060 /* The _TYPE context in which this _DECL appears. This field holds the
2073 ? DECL_LANG_SPECIFIC (NODE)->u.f.context \
2076 /* Set the DECL_FRIEND_CONTEXT for NODE to CONTEXT. */
2077 #define SET_DECL_FRIEND_CONTEXT(NODE, CONTEXT) \
2078 (DECL_LANG_SPECIFIC (NODE)->u.f.context = (CONTEXT))
4302 extern tree convert_to_void (tree, const char */*implicit context*/,