Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports98 clang_Type_getOffsetOf
H A DCXType.cpp1012 long long clang_Type_getOffsetOf(CXType PT, const char *S) { in clang_Type_getOffsetOf() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h3980 CINDEX_LINKAGE long long clang_Type_getOffsetOf(CXType T, const char *S);
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py2394 return conf.lib.clang_Type_getOffsetOf(self, fieldname)
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1765 long long Offset = clang_Type_getOffsetOf(clang_getCursorType(Record), in PrintTypeSize()