reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/tools/libclang/CXCursor.h
  269 CXCursor getSelectorIdentifierCursor(int SelIdx, CXCursor cursor);

References

tools/clang/tools/libclang/CIndex.cpp
 6147       declCursor = getSelectorIdentifierCursor(getSelectorIdentifierIndex(C),
tools/clang/tools/libclang/CIndexHigh.cpp
  157     cursor = cxcursor::getSelectorIdentifierCursor(data->SelectorIdIdx, cursor);
tools/clang/tools/libclang/CXCursor.cpp
  574     return getSelectorIdentifierCursor(SelectorIdIndex, C);