Home
last modified time | relevance | path

Searched defs:classmethod (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CodeGenObjC/
Dweak-metaclass-visibility.m43 +(void)classmethod { [super class]; } class in hax
/external/llvm-project/clang/test/CodeGenObjC/
Dweak-metaclass-visibility.m43 +(void)classmethod { [super class]; } class in hax
/external/python/cpython2/Objects/
Dfuncobject.c609 } classmethod; typedef
/external/python/cpython3/Objects/
Dfuncobject.c703 } classmethod; typedef