Searched refs:clang_getCursorSemanticParent (Results 1 – 6 of 6) sorted by relevance
210 clang_getCursorSemanticParent
1057 CXCursor PC = clang_getCursorSemanticParent(C); in clang_Cursor_getOffsetOfField()
8204 CXCursor clang_getCursorSemanticParent(CXCursor cursor) { in clang_getCursorSemanticParent() function
3079 CINDEX_LINKAGE CXCursor clang_getCursorSemanticParent(CXCursor cursor);
1760 self._semantic_parent = conf.lib.clang_getCursorSemanticParent(self)
1758 Parent = clang_getCursorSemanticParent(Record); in PrintTypeSize()