Home
last modified time | relevance | path

Searched refs:clang_getCursorSemanticParent (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/clang/tools/libclang/
Dlibclang.map271 clang_getCursorSemanticParent;
DCXType.cpp1081 CXCursor PC = clang_getCursorSemanticParent(C); in clang_Cursor_getOffsetOfField()
DCIndex.cpp8496 CXCursor clang_getCursorSemanticParent(CXCursor cursor) { in clang_getCursorSemanticParent() function
/openbsd/src/gnu/llvm/clang/include/clang-c/
DIndex.h2484 CINDEX_LINKAGE CXCursor clang_getCursorSemanticParent(CXCursor cursor);
/openbsd/src/gnu/llvm/clang/bindings/python/clang/
Dcindex.py1816 self._semantic_parent = conf.lib.clang_getCursorSemanticParent(self)
/openbsd/src/gnu/llvm/clang/tools/c-index-test/
Dc-index-test.c1769 Parent = clang_getCursorSemanticParent(Record); in PrintTypeSize()