Searched refs:getCursor (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.cpp | 620 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 D | CXCursor.h | 48 CXCursor getCursor(CXTranslationUnit, SourceLocation);
|
H A D | CXIndexDataConsumer.h | 472 CXCursor getCursor(const Decl *D) { in getCursor() function
|
H A D | CIndex.cpp | 5836 CXCursor Result = cxcursor::getCursor(TU, SLoc); in clang_getCursor() 6110 CXCursor cxcursor::getCursor(CXTranslationUnit TU, SourceLocation SLoc) { in getCursor() function in cxcursor
|