Searched refs:GET_ENCLOSING_CPC (Results 1 – 4 of 4) sorted by relevance
827 #define GET_ENCLOSING_CPC() TREE_CHAIN (GET_CPC_LIST ()) macro835 #define GET_ENCLOSING_CPC_CONTEXT() (GET_ENCLOSING_CPC () ? \836 TREE_VALUE (GET_ENCLOSING_CPC ()) : \
3720 if (GET_ENCLOSING_CPC ()) in link_nested_class_to_enclosing()5240 && GET_ENCLOSING_CPC ())5241 JDEP_ENCLOSING (new) = TREE_VALUE (GET_ENCLOSING_CPC ());5243 JDEP_ENCLOSING (new) = (GET_ENCLOSING_CPC () ?5244 TREE_VALUE (GET_ENCLOSING_CPC ()) : NULL_TREE);
7285 if (GET_ENCLOSING_CPC ()) in link_nested_class_to_enclosing()8805 && GET_ENCLOSING_CPC ())8806 JDEP_ENCLOSING (new) = TREE_VALUE (GET_ENCLOSING_CPC ());8808 JDEP_ENCLOSING (new) = (GET_ENCLOSING_CPC () ?8809 TREE_VALUE (GET_ENCLOSING_CPC ()) : NULL_TREE);
7214 GET_CPC_DECL_NODE, GET_ENCLOSING_CPC, GET_NEXT_ENCLOSING_CPC,