Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp5941 CXCursor &BestCursor; member
5954 CXCursor *BestCursor = &Data->BestCursor; in GetCursorVisitor() local
5977 if (BestCursor->kind == CXCursor_ObjCInterfaceDecl || in GetCursorVisitor()
5978 BestCursor->kind == CXCursor_ObjCClassRef) in GetCursorVisitor()
5981 getCursorDecl(*BestCursor))) { in GetCursorVisitor()
6017 clang_isDeclaration(BestCursor->kind)) { in GetCursorVisitor()
6018 if (const Decl *D = getCursorDecl(*BestCursor)) { in GetCursorVisitor()
6034 if (clang_isExpression(BestCursor->kind) && in GetCursorVisitor()
6039 *BestCursor = getTypeRefedCallExprCursor(*BestCursor); in GetCursorVisitor()
6045 if (BestCursor->kind == CXCursor_ObjCSuperClassRef) in GetCursorVisitor()
[all …]