Home
last modified time | relevance | path

Searched refs:Cursors (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/bsd/openldap/dist/libraries/liblmdb/
H A Dintro.doc55 key/value pairs if that is all you need to do (but see \ref Cursors
68 @section Cursors Cursors
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp7025 CXCursor *Cursors; member in __anondcfcb7bb0a11::AnnotateTokensWorker
7197 updateCursorAnnotation(Cursors[I], updateC); in annotateAndAdvanceTokens()
7230 Cursors[I] = updateC; in annotateAndAdvanceFunctionMacroTokens()
7336 Cursors[I] = cursor; in Visit()
7342 Cursors[I] = cursor; in Visit()
7383 updateCursorAnnotation(Cursors[I], updateC); in Visit()
7429 Cursors[I] = cursor; in postVisitChildren()
7480 Cursors[I++] = Cursor; in HandlePostPonedChildCursor()
7671 Cursors[NextIdx - 1] = in annotatePreprocessorTokens()
7806 if (NumTokens == 0 || !Tokens || !Cursors) { in clang_annotateTokens()
[all …]
/netbsd/external/mit/ctwm/etc/
H A Dsystem.ctwmrc198 Cursors
/netbsd/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h5085 unsigned NumTokens, CXCursor *Cursors);