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

/external/clang/tools/libclang/
H A DCIndex.cpp5274 CXCursor *Cursors; member in class:__anon19512::AnnotateTokensWorker
5318 : Tokens(tokens), Cursors(cursors),
5377 updateCursorAnnotation(Cursors[I], updateC);
5411 if (clang_isInvalid(clang_getCursorKind(Cursors[I])))
5412 Cursors[I] = updateC;
5514 Cursors[I] = cursor;
5519 if (Cursors[I].kind != CXCursor_MacroExpansion)
5520 Cursors[I] = cursor;
5560 updateCursorAnnotation(Cursors[I], updateC);
5600 if (!clang_isInvalid(clang_getCursorKind(Cursors[
[all...]
/external/clang/include/clang-c/
H A DIndex.h2234 * Cursors can be produced in two specific ways.
2654 * Cursors represent a location within the Abstract Syntax Tree (AST). These
3941 * \param Cursors an array of \p NumTokens cursors, whose contents will be
3946 CXCursor *Cursors);
4563 * be overridden via \p unsaved_files). Cursors referring into the

Completed in 637 milliseconds