Searched refs:mchain (Results 1 – 2 of 2) sorted by relevance
6044 lookup_method (tree mchain, tree method) in lookup_method() argument6053 while (mchain) in lookup_method()6055 if (METHOD_SEL_NAME (mchain) == key) in lookup_method()6056 return mchain; in lookup_method()6058 mchain = DECL_CHAIN (mchain); in lookup_method()
5958 lookup_method (tree mchain, tree method) in lookup_method() argument5967 while (mchain) in lookup_method()5969 if (METHOD_SEL_NAME (mchain) == key) in lookup_method()5970 return mchain; in lookup_method()5972 mchain = DECL_CHAIN (mchain); in lookup_method()