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

/external/clang/tools/libclang/
H A DCXCursor.h266 std::pair<int, SourceLocation> getSelectorIdentifierIndexAndLoc(CXCursor);
268 return getSelectorIdentifierIndexAndLoc(cursor).first;
271 return getSelectorIdentifierIndexAndLoc(cursor).second;
H A DCXCursor.cpp883 cxcursor::getSelectorIdentifierIndexAndLoc(CXCursor cursor) { function in class:cxcursor
H A DCIndex.cpp4929 return cxcursor::getSelectorIdentifierIndexAndLoc(cursor).first;

Completed in 717 milliseconds