HomeSort by: relevance | last modified time | path
    Searched refs:Cursors (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/ctwm/etc/
system.ctwmrc 198 Cursors
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 1530 // "Class") have associated declarations. Create cursors for those.
3307 // treated like DeclRefExpr cursors.
7025 CXCursor *Cursors;
7074 AnnotateTokensWorker(CXToken *tokens, CXCursor *cursors, unsigned numTokens,
7076 : Tokens(tokens), Cursors(cursors), NumTokens(numTokens), TokIdx(0),
7097 /// Determine whether the annotator saw any cursors that have
7197 updateCursorAnnotation(Cursors[I], updateC);
7229 if (clang_isInvalid(clang_getCursorKind(Cursors[I])))
7230 Cursors[I] = updateC
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
regstr.d 709 REGSTR_PATH_CURSORS = `Control Panel\Cursors`,
  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 1571 * Reparsing a translation unit invalidates all cursors and source locations
2693 * cursor, and retrieving cursors for any child nodes of a particular cursor.
2695 * Cursors can be produced in two specific ways.
2728 * Determine whether two cursors are equivalent.
2766 * Note that other kinds of cursors (such as expressions) can also refer to
2767 * other cursors. Use clang_getCursorReferenced() to determine whether a
3151 * pointer to an array of cursors, representing the set of overridden
3165 * Free the set of overridden cursors returned by \c
3181 * \defgroup CINDEX_CURSOR_SOURCE Mapping between cursors and source code
3183 * Cursors represent a location within the Abstract Syntax Tree (AST). Thes
    [all...]

Completed in 24 milliseconds