Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports285 clang_getTypeDeclaration
H A DCXType.cpp481 CXCursor clang_getTypeDeclaration(CXType CT) { in clang_getTypeDeclaration() function
1014 CXCursor PC = clang_getTypeDeclaration(PT); in clang_Type_getOffsetOf()
1231 CXCursor PC = clang_getTypeDeclaration(PT); in clang_Type_visitFields()
H A DCIndex.cpp6376 return clang_getTypeDeclaration(cxtype::MakeCXType(B->getType(), tu)); in clang_getCursorReferenced()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h3699 CINDEX_LINKAGE CXCursor clang_getTypeDeclaration(CXType T);
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py2346 return conf.lib.clang_getTypeDeclaration(self)
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1859 CXCursor typeDeclaration = clang_getTypeDeclaration(clang_getCursorType(cursor)); in PrintTypeDeclaration()