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

/external/clang/tools/libclang/
H A DCIndex.cpp3612 CXCursor &BestCursor; member in struct:GetCursorData
3616 : TokenBeginLoc(tokenBegin), BestCursor(outputCursor) {
3625 CXCursor *BestCursor = &Data->BestCursor; local
3648 if (BestCursor->kind == CXCursor_ObjCInterfaceDecl ||
3649 BestCursor->kind == CXCursor_ObjCClassRef)
3651 = dyn_cast_or_null<ObjCInterfaceDecl>(getCursorDecl(*BestCursor))){
3661 clang_isDeclaration(BestCursor->kind)) {
3662 if (Decl *D = getCursorDecl(*BestCursor)) {
3677 if (clang_isExpression(BestCursor
[all...]

Completed in 29 milliseconds