Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dcheck-init.c930 int is_static_method = METHOD_STATIC (mdecl); local
/openbsd-src/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py1544 def is_static_method(self): member in Cursor