Searched refs:getCursorAttr (Results 1 – 3 of 3) sorted by relevance
247 const Attr *getCursorAttr(CXCursor Cursor);
552 cast<IBOutletCollectionAttr>(cxcursor::getCursorAttr(Cursor)); in VisitChildren()3502 const AnnotateAttr *AA = cast<AnnotateAttr>(cxcursor::getCursorAttr(C)); in clang_getCursorSpelling()3507 const AsmLabelAttr *AA = cast<AsmLabelAttr>(cxcursor::getCursorAttr(C)); in clang_getCursorSpelling()4376 = cxcursor::getCursorAttr(C)->getLocation(); in clang_getCursorLocation()4484 return getCursorAttr(C)->getRange(); in getRawCursorExtent()6561 cast<IBOutletCollectionAttr>(cxcursor::getCursorAttr(C)); in clang_getIBOutletCollectionType()
842 const Attr *cxcursor::getCursorAttr(CXCursor Cursor) { in getCursorAttr() function in cxcursor