Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports31 clang_Cursor_getOffsetOfField
DCXType.cpp849 long long clang_Cursor_getOffsetOfField(CXCursor C) { in clang_Cursor_getOffsetOfField() function
/external/clang/include/clang-c/
DIndex.h3472 CINDEX_LINKAGE long long clang_Cursor_getOffsetOfField(CXCursor C);
/external/clang/bindings/python/clang/
Dcindex.py1557 return conf.lib.clang_Cursor_getOffsetOfField(self)
/external/clang/tools/c-index-test/
Dc-index-test.c1451 long long Offset2 = clang_Cursor_getOffsetOfField(cursor); in PrintTypeSize()