Searched refs:getCursorAttr (Results 1 – 3 of 3) sorted by relevance
244 const Attr *getCursorAttr(CXCursor Cursor);
556 cast<IBOutletCollectionAttr>(cxcursor::getCursorAttr(Cursor)); in VisitChildren()3848 const AnnotateAttr *AA = cast<AnnotateAttr>(cxcursor::getCursorAttr(C)); in clang_getCursorSpelling()3853 const AsmLabelAttr *AA = cast<AsmLabelAttr>(cxcursor::getCursorAttr(C)); in clang_getCursorSpelling()3862 const VisibilityAttr *AA = cast<VisibilityAttr>(cxcursor::getCursorAttr(C)); in clang_getCursorSpelling()4888 = cxcursor::getCursorAttr(C)->getLocation(); in clang_getCursorLocation()4996 return getCursorAttr(C)->getRange(); in getRawCursorExtent()7125 cast<IBOutletCollectionAttr>(cxcursor::getCursorAttr(C)); in clang_getIBOutletCollectionType()
920 const Attr *cxcursor::getCursorAttr(CXCursor Cursor) { in getCursorAttr() function in cxcursor