Searched refs:cMethod (Results 1 – 3 of 3) sorted by relevance
8 + cMethod; class34 [super cMethod]; // expected-warning{{method '+cMethod' not found (return type defaults to 'id')}}66 [FooTD cMethod];67 [super cMethod];
1870 const auto& cMethod = std::find_if(iTokens.begin(), iTokens.end(), in findMethod() local1899 SkAssertResult(iTokens.end() != cMethod); in findMethod()1900 return &*cMethod; in findMethod()