Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXCursor.h247 const Attr *getCursorAttr(CXCursor Cursor);
H A DCIndex.cpp556 cast<IBOutletCollectionAttr>(cxcursor::getCursorAttr(Cursor)); in VisitChildren()
3628 const AnnotateAttr *AA = cast<AnnotateAttr>(cxcursor::getCursorAttr(C));
3633 const AsmLabelAttr *AA = cast<AsmLabelAttr>(cxcursor::getCursorAttr(C));
4573 = cxcursor::getCursorAttr(C)->getLocation(); in clang_getCursorLocation()
4681 return getCursorAttr(C)->getRange(); in getRawCursorExtent()
6788 cast<IBOutletCollectionAttr>(cxcursor::getCursorAttr(C)); in clang_getIBOutletCollectionType()
H A DCXCursor.cpp884 const Attr *cxcursor::getCursorAttr(CXCursor Cursor) { in getCursorAttr() function in cxcursor