Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports37 clang_Cursor_getOffsetOfField
H A DCXType.cpp1054 long long clang_Cursor_getOffsetOfField(CXCursor C) { in clang_Cursor_getOffsetOfField() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h4009 CINDEX_LINKAGE long long clang_Cursor_getOffsetOfField(CXCursor C);
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py1865 return conf.lib.clang_Cursor_getOffsetOfField(self)
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1767 long long Offset2 = clang_Cursor_getOffsetOfField(cursor); in PrintTypeSize()