Searched refs:clang_getCursorSemanticParent (Results 1 – 5 of 5) sorted by relevance
160 clang_getCursorSemanticParent
6235 CXCursor clang_getCursorSemanticParent(CXCursor cursor) { in clang_getCursorSemanticParent() function
2550 CINDEX_LINKAGE CXCursor clang_getCursorSemanticParent(CXCursor cursor);
1326 self._semantic_parent = conf.lib.clang_getCursorSemanticParent(self)
1342 Parent = clang_getCursorSemanticParent(Root); in PrintTypeSize()