Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A Dlibclang.map346 clang_getTypeDeclaration;
H A DCXType.cpp487 CXCursor clang_getTypeDeclaration(CXType CT) { in clang_getTypeDeclaration() function
1025 CXCursor PC = clang_getTypeDeclaration(PT); in clang_Type_getOffsetOf()
1245 CXCursor PC = clang_getTypeDeclaration(PT); in clang_Type_visitFields()
H A DCIndex.cpp6602 return clang_getTypeDeclaration(cxtype::MakeCXType(B->getType(), tu)); in clang_getCursorReferenced()
/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h3766 CINDEX_LINKAGE CXCursor clang_getTypeDeclaration(CXType T);
/llvm-project-15.0.7/clang/bindings/python/clang/
H A Dcindex.py2347 return conf.lib.clang_getTypeDeclaration(self)
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c1859 CXCursor typeDeclaration = clang_getTypeDeclaration(clang_getCursorType(cursor)); in PrintTypeDeclaration()