Searched refs:getCursorAttr (Results 1 – 3 of 3) sorted by relevance
240 const Attr *getCursorAttr(CXCursor Cursor);
567 cast<IBOutletCollectionAttr>(cxcursor::getCursorAttr(Cursor)); in VisitChildren()4981 const AnnotateAttr *AA = cast<AnnotateAttr>(cxcursor::getCursorAttr(C));4986 const AsmLabelAttr *AA = cast<AsmLabelAttr>(cxcursor::getCursorAttr(C));4995 const VisibilityAttr *AA = cast<VisibilityAttr>(cxcursor::getCursorAttr(C));6339 SourceLocation L = cxcursor::getCursorAttr(C)->getLocation(); in clang_getCursorLocation()6447 return getCursorAttr(C)->getRange(); in getRawCursorExtent()8979 cast<IBOutletCollectionAttr>(cxcursor::getCursorAttr(C)); in clang_getIBOutletCollectionType()
1164 const Attr *cxcursor::getCursorAttr(CXCursor Cursor) { in getCursorAttr() function in cxcursor