Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenObjC/
H A Dweak-metaclass-visibility.m41 +(void)classmethod { [super class]; } class in hax
/llvm-project/mlir/lib/Bindings/Python/
H A DIRCore.cpp187 py::object classmethod(Func f, Args... args) { classmethod() function