Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXCursor.h240 const Attr *getCursorAttr(CXCursor Cursor);
H A DCIndex.cpp567 cast<IBOutletCollectionAttr>(cxcursor::getCursorAttr(Cursor)); in VisitChildren()
4981 const AnnotateAttr *AA = cast<AnnotateAttr>(cxcursor::getCursorAttr(C));
4986 const AsmLabelAttr *AA = cast<AsmLabelAttr>(cxcursor::getCursorAttr(C));
4995 const VisibilityAttr *AA = cast<VisibilityAttr>(cxcursor::getCursorAttr(C));
6339 SourceLocation L = cxcursor::getCursorAttr(C)->getLocation(); in clang_getCursorLocation()
6447 return getCursorAttr(C)->getRange(); in getRawCursorExtent()
8979 cast<IBOutletCollectionAttr>(cxcursor::getCursorAttr(C)); in clang_getIBOutletCollectionType()
H A DCXCursor.cpp1164 const Attr *cxcursor::getCursorAttr(CXCursor Cursor) { in getCursorAttr() function in cxcursor