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

Declarations

tools/clang/tools/libclang/CXCursor.h
  243 const Attr *getCursorAttr(CXCursor Cursor);

References

tools/clang/tools/libclang/CIndex.cpp
  561       cast<IBOutletCollectionAttr>(cxcursor::getCursorAttr(Cursor));
 4619     const AnnotateAttr *AA = cast<AnnotateAttr>(cxcursor::getCursorAttr(C));
 4624     const AsmLabelAttr *AA = cast<AsmLabelAttr>(cxcursor::getCursorAttr(C));
 4633     const VisibilityAttr *AA = cast<VisibilityAttr>(cxcursor::getCursorAttr(C));
 5915       = cxcursor::getCursorAttr(C)->getLocation();
 6023     return getCursorAttr(C)->getRange();
 8491     cast<IBOutletCollectionAttr>(cxcursor::getCursorAttr(C));