Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp5975 CXCursor &BestCursor;
5988 CXCursor *BestCursor = &Data->BestCursor; in GetCursorVisitor() local
6011 if (BestCursor->kind == CXCursor_ObjCInterfaceDecl || in GetCursorVisitor()
6012 BestCursor->kind == CXCursor_ObjCClassRef) in GetCursorVisitor()
6015 getCursorDecl(*BestCursor))) { in GetCursorVisitor()
6051 clang_isDeclaration(BestCursor->kind)) { in GetCursorVisitor()
6052 if (const Decl *D = getCursorDecl(*BestCursor)) { in GetCursorVisitor()
6068 if (clang_isExpression(BestCursor->kind) && in GetCursorVisitor()
6073 *BestCursor = getTypeRefedCallExprCursor(*BestCursor); in GetCursorVisitor()
6079 if (BestCursor->kind == CXCursor_ObjCSuperClassRef) in GetCursorVisitor()
[all …]