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

/external/webkit/Source/WebCore/platform/efl/
H A DCursorEfl.cpp80 class Cursors { class in namespace:WebCore::__anon11888
82 Cursors() function in class:WebCore::__anon11888::Cursors
129 ~Cursors()
134 static Cursors* self();
135 static Cursors* s_self;
182 Cursors* Cursors::s_self = 0;
184 Cursors* Cursors::self()
187 s_self = new Cursors();
[all...]
/external/clang/tools/libclang/
H A DCIndex.cpp4693 CXCursor *Cursors; member in class:__anon3866::AnnotateTokensWorker
4722 : Annotated(annotated), Tokens(tokens), Cursors(cursors),
4752 (clang_isInvalid(Cursors[I].kind) ||
4754 Cursors[I] = Pos->second;
4764 Cursors[I] = (Pos == Annotated.end()) ? C : Pos->second;
4784 Cursors[I] = updateC;
4817 if (clang_isInvalid(clang_getCursorKind(Cursors[I])))
4818 Cursors[I] = updateC;
4918 Cursors[I] = cursor;
4992 Cursors[
5099 CXCursor *Cursors; member in struct:__anon3868::clang_annotateTokens_Data
5176 CXCursor *Cursors = ((clang_annotateTokens_Data*)UserData)->Cursors; local
5273 clang_annotateTokens(CXTranslationUnit TU, CXToken *Tokens, unsigned NumTokens, CXCursor *Cursors) argument
[all...]
/external/clang/include/clang-c/
H A DIndex.h1857 * Cursors can be produced in two specific ways.
2187 * Cursors represent a location within the Abstract Syntax Tree (AST). These
2984 * \param Cursors an array of \p NumTokens cursors, whose contents will be
2989 CXCursor *Cursors);
3573 * be overridden via \p unsaved_files). Cursors referring into the

Completed in 65 milliseconds