Searched refs:getCursor (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CXIndexDataConsumer.cpp | 627 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleFunction() 633 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleVar() 639 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleField() 645 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleEnumerator() 654 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTagDecl() 660 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTypedefName() 708 return handleObjCContainer(D, D->getLocation(), getCursor(D), InterInfo); in handleObjCInterface() 716 return handleObjCContainer(D, D->getLocation(), getCursor(D), ContDInfo); in handleObjCImplementation() 745 return handleObjCContainer(D, D->getLocation(), getCursor(D), ProtInfo); in handleObjCProtocol() 777 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 | 473 CXCursor getCursor(const Decl *D) { in getCursor() function
|
| H A D | CIndex.cpp | 6096 CXCursor Result = cxcursor::getCursor(TU, SLoc); in clang_getCursor() 6370 CXCursor cxcursor::getCursor(CXTranslationUnit TU, SourceLocation SLoc) { in getCursor() function in cxcursor
|