Searched refs:getCursorAttr (Results 1 – 3 of 3) sorted by relevance
240 const Attr *getCursorAttr(CXCursor Cursor);
566 cast<IBOutletCollectionAttr>(cxcursor::getCursorAttr(Cursor)); in VisitChildren()4755 const AnnotateAttr *AA = cast<AnnotateAttr>(cxcursor::getCursorAttr(C)); in clang_getCursorSpelling()4760 const AsmLabelAttr *AA = cast<AsmLabelAttr>(cxcursor::getCursorAttr(C)); in clang_getCursorSpelling()4769 const VisibilityAttr *AA = cast<VisibilityAttr>(cxcursor::getCursorAttr(C)); in clang_getCursorSpelling()6079 SourceLocation L = cxcursor::getCursorAttr(C)->getLocation(); in clang_getCursorLocation()6187 return getCursorAttr(C)->getRange(); in getRawCursorExtent()8654 cast<IBOutletCollectionAttr>(cxcursor::getCursorAttr(C)); in clang_getIBOutletCollectionType()
1114 const Attr *cxcursor::getCursorAttr(CXCursor Cursor) { in getCursorAttr() function in cxcursor