Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp627 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()
823 return handleDecl(D, Loc, getCursor(D), DInfo); in handleObjCMethod()
830 return handleReference(PD, D->getLocation(), getCursor(D), in handleSynthesizedObjCProperty()
864 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleObjCProperty()
1156 EntityInfo.cursor = getCursor(D); in getEntityInfo()
[all …]
H A DCXCursor.h48 CXCursor getCursor(CXTranslationUnit, SourceLocation);
H A DCXIndexDataConsumer.h473 CXCursor getCursor(const Decl *D) { in getCursor() function
H A DCIndex.cpp6096 CXCursor Result = cxcursor::getCursor(TU, SLoc); in clang_getCursor()
6370 CXCursor cxcursor::getCursor(CXTranslationUnit TU, SourceLocation SLoc) { in getCursor() function in cxcursor