Searched refs:getCursorTypeRef (Results 1 – 4 of 4) sorted by relevance
97 std::pair<const TypeDecl *, SourceLocation> getCursorTypeRef(CXCursor C);
193 QualType T = Context.getTypeDeclType(getCursorTypeRef(C).first); in clang_getCursorType()
652 cxcursor::getCursorTypeRef(CXCursor C) { in getCursorTypeRef() function in cxcursor
3520 const TypeDecl *Type = getCursorTypeRef(C).first; in clang_getCursorSpelling()4488 std::pair<const TypeDecl *, SourceLocation> P = getCursorTypeRef(C); in clang_getCursorLocation()4645 return getCursorTypeRef(C).second; in getRawCursorExtent()4857 return MakeCXCursor(getCursorTypeRef(C).first, tu ); in clang_getCursorReferenced()