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

/external/clang/tools/libclang/
H A DCXCursor.h247 const Attr *getCursorAttr(CXCursor Cursor);
H A DCIndex.cpp552 cast<IBOutletCollectionAttr>(cxcursor::getCursorAttr(Cursor));
3502 const AnnotateAttr *AA = cast<AnnotateAttr>(cxcursor::getCursorAttr(C));
3507 const AsmLabelAttr *AA = cast<AsmLabelAttr>(cxcursor::getCursorAttr(C));
4376 = cxcursor::getCursorAttr(C)->getLocation();
4484 return getCursorAttr(C)->getRange();
6561 cast<IBOutletCollectionAttr>(cxcursor::getCursorAttr(C));
H A DCXCursor.cpp842 const Attr *cxcursor::getCursorAttr(CXCursor Cursor) { function in class:cxcursor

Completed in 129 milliseconds