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

/external/clang/tools/libclang/
H A DCIndex.cpp4024 CXCursor &BestCursor; member in struct:GetCursorData
4028 : TokenBeginLoc(tokenBegin), BestCursor(outputCursor) {
4038 CXCursor *BestCursor = &Data->BestCursor; local
4061 if (BestCursor->kind == CXCursor_ObjCInterfaceDecl ||
4062 BestCursor->kind == CXCursor_ObjCClassRef)
4064 = dyn_cast_or_null<ObjCInterfaceDecl>(getCursorDecl(*BestCursor))){
4100 clang_isDeclaration(BestCursor->kind)) {
4101 if (const Decl *D = getCursorDecl(*BestCursor)) {
4116 if (clang_isExpression(BestCursor
[all...]

Completed in 2259 milliseconds