Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXCursor.h240 const Attr *getCursorAttr(CXCursor Cursor);
H A DCIndex.cpp566 cast<IBOutletCollectionAttr>(cxcursor::getCursorAttr(Cursor)); in VisitChildren()
4755 const AnnotateAttr *AA = cast<AnnotateAttr>(cxcursor::getCursorAttr(C)); in clang_getCursorSpelling()
4760 const AsmLabelAttr *AA = cast<AsmLabelAttr>(cxcursor::getCursorAttr(C)); in clang_getCursorSpelling()
4769 const VisibilityAttr *AA = cast<VisibilityAttr>(cxcursor::getCursorAttr(C)); in clang_getCursorSpelling()
6079 SourceLocation L = cxcursor::getCursorAttr(C)->getLocation(); in clang_getCursorLocation()
6187 return getCursorAttr(C)->getRange(); in getRawCursorExtent()
8654 cast<IBOutletCollectionAttr>(cxcursor::getCursorAttr(C)); in clang_getIBOutletCollectionType()
H A DCXCursor.cpp1114 const Attr *cxcursor::getCursorAttr(CXCursor Cursor) { in getCursorAttr() function in cxcursor