Searched refs:clang_getCursorSemanticParent (Results 1 – 6 of 6) sorted by relevance
271 clang_getCursorSemanticParent;
1081 CXCursor PC = clang_getCursorSemanticParent(C); in clang_Cursor_getOffsetOfField()
8496 CXCursor clang_getCursorSemanticParent(CXCursor cursor) { in clang_getCursorSemanticParent() function
2484 CINDEX_LINKAGE CXCursor clang_getCursorSemanticParent(CXCursor cursor);
1816 self._semantic_parent = conf.lib.clang_getCursorSemanticParent(self)
1769 Parent = clang_getCursorSemanticParent(Record); in PrintTypeSize()