Lines Matching defs:BestCursor
6467 CXCursor &BestCursor;
6471 : TokenBeginLoc(tokenBegin), BestCursor(outputCursor) {
6480 CXCursor *BestCursor = &Data->BestCursor;
6503 if (BestCursor->kind == CXCursor_ObjCInterfaceDecl ||
6504 BestCursor->kind == CXCursor_ObjCClassRef)
6507 getCursorDecl(*BestCursor))) {
6543 clang_isDeclaration(BestCursor->kind)) {
6544 if (const Decl *D = getCursorDecl(*BestCursor)) {
6560 if (clang_isExpression(BestCursor->kind) &&
6561 isa<CXXTemporaryObjectExpr>(getCursorExpr(*BestCursor)) &&
6565 *BestCursor = getTypeRefedCallExprCursor(*BestCursor);
6571 if (BestCursor->kind == CXCursor_ObjCSuperClassRef)
6574 *BestCursor = cursor;