Searched refs:clang_getCursorSemanticParent (Results 1 – 6 of 6) sorted by relevance
181 clang_getCursorSemanticParent
852 CXCursor PC = clang_getCursorSemanticParent(C); in clang_Cursor_getOffsetOfField()
7164 CXCursor clang_getCursorSemanticParent(CXCursor cursor) { in clang_getCursorSemanticParent() function
2748 CINDEX_LINKAGE CXCursor clang_getCursorSemanticParent(CXCursor cursor);
1452 self._semantic_parent = conf.lib.clang_getCursorSemanticParent(self)
1442 Parent = clang_getCursorSemanticParent(Record); in PrintTypeSize()