Searched refs:clang_getTypeDeclaration (Results 1 – 6 of 6) sorted by relevance
346 clang_getTypeDeclaration;
487 CXCursor clang_getTypeDeclaration(CXType CT) { in clang_getTypeDeclaration() function1025 CXCursor PC = clang_getTypeDeclaration(PT); in clang_Type_getOffsetOf()1245 CXCursor PC = clang_getTypeDeclaration(PT); in clang_Type_visitFields()
6602 return clang_getTypeDeclaration(cxtype::MakeCXType(B->getType(), tu)); in clang_getCursorReferenced()
3766 CINDEX_LINKAGE CXCursor clang_getTypeDeclaration(CXType T);
2347 return conf.lib.clang_getTypeDeclaration(self)
1859 CXCursor typeDeclaration = clang_getTypeDeclaration(clang_getCursorType(cursor)); in PrintTypeDeclaration()