Home
last modified time | relevance | path

Searched refs:from_value (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/bindings/python/tests/cindex/
H A Dtest_token_kind.py30 TokenKind.from_value(-1)
41 t = TokenKind.from_value(3)
/openbsd-src/gnu/llvm/llvm/bindings/python/llvm/tests/
H A Dtest_core.py27 e = enum_cls.from_value(enum_value)
/openbsd-src/gnu/llvm/llvm/bindings/python/llvm/
H A Dcore.py52 def from_value(cls, value): member in LLVMEnumeration
428 return OpCode.from_value(lib.LLVMGetInstructionOpcode(self))
/openbsd-src/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py587 def from_value(value): member in TokenKind
3354 return TokenKind.from_value(conf.lib.clang_getTokenKind(self))