Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCXCursor.h258 std::pair<int, SourceLocation> getSelectorIdentifierIndexAndLoc(CXCursor);
260 return getSelectorIdentifierIndexAndLoc(cursor).first; in getSelectorIdentifierIndex()
263 return getSelectorIdentifierIndexAndLoc(cursor).second; in getSelectorIdentifierLoc()
H A DCXCursor.cpp1195 cxcursor::getSelectorIdentifierIndexAndLoc(CXCursor cursor) { in getSelectorIdentifierIndexAndLoc() function in cxcursor
H A DCIndex.cpp6881 return cxcursor::getSelectorIdentifierIndexAndLoc(cursor).first; in clang_Cursor_getObjCSelectorIndex()