Searched refs:clang_getTypeDeclaration (Results 1 – 14 of 14) sorted by relevance
251 clang_getTypeDeclaration
382 CXCursor clang_getTypeDeclaration(CXType CT) { in clang_getTypeDeclaration() function820 CXCursor PC = clang_getTypeDeclaration(PT); in clang_Type_getOffsetOf()960 CXCursor PC = clang_getTypeDeclaration(PT); in clang_Type_visitFields()
5551 return clang_getTypeDeclaration(cxtype::MakeCXType(B->getType(), in clang_getCursorReferenced()
285 clang_getTypeDeclaration
481 CXCursor clang_getTypeDeclaration(CXType CT) { in clang_getTypeDeclaration() function1014 CXCursor PC = clang_getTypeDeclaration(PT); in clang_Type_getOffsetOf()1231 CXCursor PC = clang_getTypeDeclaration(PT); in clang_Type_visitFields()
6324 return clang_getTypeDeclaration(cxtype::MakeCXType(B->getType(), tu)); in clang_getCursorReferenced()
3279 CINDEX_LINKAGE CXCursor clang_getTypeDeclaration(CXType T);
973 x: clang_getTypeDeclaration(self.x), in declaration()
3679 CINDEX_LINKAGE CXCursor clang_getTypeDeclaration(CXType T);
2110 pub fn clang_getTypeDeclaration(type_: CXType) -> CXCursor;
1927 return conf.lib.clang_getTypeDeclaration(self)
2346 return conf.lib.clang_getTypeDeclaration(self)
1532 CXCursor typeDeclaration = clang_getTypeDeclaration(clang_getCursorType(cursor)); in PrintTypeDeclaration()
1858 CXCursor typeDeclaration = clang_getTypeDeclaration(clang_getCursorType(cursor)); in PrintTypeDeclaration()