Home
last modified time | relevance | path

Searched refs:getSelectorIdentifierIndexAndLoc (Results 1 – 3 of 3) sorted by relevance

/external/clang/tools/libclang/
DCXCursor.h263 std::pair<int, SourceLocation> getSelectorIdentifierIndexAndLoc(CXCursor);
265 return getSelectorIdentifierIndexAndLoc(cursor).first; in getSelectorIdentifierIndex()
268 return getSelectorIdentifierIndexAndLoc(cursor).second; in getSelectorIdentifierLoc()
DCXCursor.cpp989 cxcursor::getSelectorIdentifierIndexAndLoc(CXCursor cursor) { in getSelectorIdentifierIndexAndLoc() function in cxcursor
DCIndex.cpp5815 return cxcursor::getSelectorIdentifierIndexAndLoc(cursor).first; in clang_Cursor_getObjCSelectorIndex()