Home
last modified time | relevance | path

Searched refs:clang_getEnumConstantDeclUnsignedValue (Results 1 – 10 of 10) sorted by relevance

/external/clang/tools/libclang/
Dlibclang.exports203 clang_getEnumConstantDeclUnsignedValue
DCXType.cpp290 unsigned long long clang_getEnumConstantDeclUnsignedValue(CXCursor C) { in clang_getEnumConstantDeclUnsignedValue() function
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports233 clang_getEnumConstantDeclUnsignedValue
DCXType.cpp358 unsigned long long clang_getEnumConstantDeclUnsignedValue(CXCursor C) { in clang_getEnumConstantDeclUnsignedValue() function
/external/clang/include/clang-c/
DIndex.h3069 CINDEX_LINKAGE unsigned long long clang_getEnumConstantDeclUnsignedValue(CXCursor C);
/external/rust/crates/bindgen/src/
Dclang.rs532 Some(clang_getEnumConstantDeclUnsignedValue(self.x) as u64) in enum_val_unsigned()
/external/llvm-project/clang/include/clang-c/
DIndex.h3459 clang_getEnumConstantDeclUnsignedValue(CXCursor C);
/external/rust/crates/clang-sys/src/
Dlib.rs2053 pub fn clang_getEnumConstantDeclUnsignedValue(cursor: CXCursor) -> c_ulonglong;
/external/clang/bindings/python/clang/
Dcindex.py1426 conf.lib.clang_getEnumConstantDeclUnsignedValue(self)
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py1734 conf.lib.clang_getEnumConstantDeclUnsignedValue(self)