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

/external/clang/tools/libclang/
H A DCIndex.cpp3573 CXCursor &BestCursor; member in struct:GetCursorData
3577 : TokenBeginLoc(tokenBegin), BestCursor(outputCursor) {
3586 CXCursor *BestCursor = &Data->BestCursor; local
3602 clang_isDeclaration(BestCursor->kind)) {
3603 Decl *D = getCursorDecl(*BestCursor);
3618 if (clang_isExpression(BestCursor->kind) &&
3619 isa<CXXTemporaryObjectExpr>(getCursorExpr(*BestCursor)) &&
3623 *BestCursor = getTypeRefedCallExprCursor(*BestCursor);
[all...]

Completed in 61 milliseconds