Searched refs:getSelectorIdentifierIndexAndLoc (Results 1 – 3 of 3) sorted by relevance
263 std::pair<int, SourceLocation> getSelectorIdentifierIndexAndLoc(CXCursor);265 return getSelectorIdentifierIndexAndLoc(cursor).first; in getSelectorIdentifierIndex()268 return getSelectorIdentifierIndexAndLoc(cursor).second; in getSelectorIdentifierLoc()
989 cxcursor::getSelectorIdentifierIndexAndLoc(CXCursor cursor) { in getSelectorIdentifierIndexAndLoc() function in cxcursor
5815 return cxcursor::getSelectorIdentifierIndexAndLoc(cursor).first; in clang_Cursor_getObjCSelectorIndex()