Searched refs:getCursorAttr (Results 1 – 3 of 3) sorted by relevance
247 const Attr *getCursorAttr(CXCursor Cursor);
810 const Attr *cxcursor::getCursorAttr(CXCursor Cursor) { in getCursorAttr() function in cxcursor
533 cast<IBOutletCollectionAttr>(cxcursor::getCursorAttr(Cursor)); in VisitChildren()3342 const AnnotateAttr *AA = cast<AnnotateAttr>(cxcursor::getCursorAttr(C)); in clang_getCursorSpelling()3347 const AsmLabelAttr *AA = cast<AsmLabelAttr>(cxcursor::getCursorAttr(C)); in clang_getCursorSpelling()4279 return getCursorAttr(C)->getRange(); in getRawCursorExtent()6259 cast<IBOutletCollectionAttr>(cxcursor::getCursorAttr(C)); in clang_getIBOutletCollectionType()