Home
last modified time | relevance | path

Searched refs:cMethod (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/test/SemaObjC/
Dsuper.m8 + cMethod; class
34 [super cMethod]; // expected-warning{{method '+cMethod' not found (return type defaults to 'id')}}
66 [FooTD cMethod];
67 [super cMethod];
/external/clang/test/SemaObjC/
Dsuper.m8 + cMethod; class
34 [super cMethod]; // expected-warning{{method '+cMethod' not found (return type defaults to 'id')}}
66 [FooTD cMethod];
67 [super cMethod];
/external/skqp/tools/bookmaker/
DincludeParser.cpp1870 const auto& cMethod = std::find_if(iTokens.begin(), iTokens.end(), in findMethod() local
1899 SkAssertResult(iTokens.end() != cMethod); in findMethod()
1900 return &*cMethod; in findMethod()