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

/external/clang/tools/libclang/
H A DCIndex.cpp4896 CXCursor &BestCursor; member in struct:GetCursorData
4900 : TokenBeginLoc(tokenBegin), BestCursor(outputCursor) {
4910 CXCursor *BestCursor = &Data->BestCursor; local
4933 if (BestCursor->kind == CXCursor_ObjCInterfaceDecl ||
4934 BestCursor->kind == CXCursor_ObjCClassRef)
4936 = dyn_cast_or_null<ObjCInterfaceDecl>(getCursorDecl(*BestCursor))){
4972 clang_isDeclaration(BestCursor->kind)) {
4973 if (const Decl *D = getCursorDecl(*BestCursor)) {
4988 if (clang_isExpression(BestCursor
[all...]

Completed in 88 milliseconds