Home
last modified time | relevance | path

Searched refs:clang_getAddressSpace (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/tools/libclang/
Dlibclang.exports167 clang_getAddressSpace
DCXType.cpp419 unsigned clang_getAddressSpace(CXType CT) { in clang_getAddressSpace() function
/external/llvm-project/clang/include/clang-c/
DIndex.h3664 CINDEX_LINKAGE unsigned clang_getAddressSpace(CXType T);
/external/rust/crates/clang-sys/src/
Dlib.rs1972 pub fn clang_getAddressSpace(type_: CXType) -> c_uint;
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py2327 return conf.lib.clang_getAddressSpace(self)