Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports145 clang_getArgType
DCXType.cpp569 CXType clang_getArgType(CXType X, unsigned i) { in clang_getArgType() function
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports169 clang_getArgType
DCXType.cpp695 CXType clang_getArgType(CXType X, unsigned i) { in clang_getArgType() function
/external/clang/include/clang-c/
DIndex.h3324 CINDEX_LINKAGE CXType clang_getArgType(CXType T, unsigned i);
/external/rust/crates/bindgen/src/
Dclang.rs1144 x: unsafe { clang_getArgType(self.x, i as c_uint) }, in args()
/external/llvm-project/clang/include/clang-c/
DIndex.h3732 CINDEX_LINKAGE CXType clang_getArgType(CXType T, unsigned i);
/external/rust/crates/clang-sys/src/
Dlib.rs1976 pub fn clang_getArgType(type_: CXType, index: c_uint) -> CXType;
/external/clang/bindings/python/clang/
Dcindex.py1813 result = conf.lib.clang_getArgType(self.parent, key)
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py2220 result = conf.lib.clang_getArgType(self.parent, key)