Searched defs:BestCursor (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/libclang/
H A DCIndex.cpp3650 CXCursor &BestCursor; member in struct:GetCursorData
3654 : TokenBeginLoc(tokenBegin), BestCursor(outputCursor) {
3664 CXCursor *BestCursor = &Data->BestCursor; local
3687 if (BestCursor->kind == CXCursor_ObjCInterfaceDecl ||
3688 BestCursor->kind == CXCursor_ObjCClassRef)
3690 = dyn_cast_or_null<ObjCInterfaceDecl>(getCursorDecl(*BestCursor))){
3726 clang_isDeclaration(BestCursor->kind)) {
3727 if (Decl *D = getCursorDecl(*BestCursor)) {
3742 if (clang_isExpression(BestCursor
[all...]

Completed in 49 milliseconds