Home
last modified time | relevance | path

Searched refs:getCursorAttr (Results 1 – 3 of 3) sorted by relevance

/external/clang/tools/libclang/
DCXCursor.h247 const Attr *getCursorAttr(CXCursor Cursor);
DCXCursor.cpp810 const Attr *cxcursor::getCursorAttr(CXCursor Cursor) { in getCursorAttr() function in cxcursor
DCIndex.cpp533 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()