Home
last modified time | relevance | path

Searched refs:getCursor (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp620 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleFunction()
626 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleVar()
632 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleField()
638 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleEnumerator()
647 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTagDecl()
653 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTypedefName()
701 return handleObjCContainer(D, D->getLocation(), getCursor(D), InterInfo); in handleObjCInterface()
709 return handleObjCContainer(D, D->getLocation(), getCursor(D), ContDInfo); in handleObjCImplementation()
738 return handleObjCContainer(D, D->getLocation(), getCursor(D), ProtInfo); in handleObjCProtocol()
770 return handleObjCContainer(D, CategoryLoc, getCursor(D), CatDInfo); in handleObjCCategory()
[all …]
H A DCXCursor.h48 CXCursor getCursor(CXTranslationUnit, SourceLocation);
H A DCXIndexDataConsumer.h472 CXCursor getCursor(const Decl *D) { in getCursor() function
H A DCIndex.cpp5836 CXCursor Result = cxcursor::getCursor(TU, SLoc); in clang_getCursor()
6110 CXCursor cxcursor::getCursor(CXTranslationUnit TU, SourceLocation SLoc) { in getCursor() function in cxcursor