Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DIndexing.cpp462 unsigned ClientCBSize = index_callbacks_size < sizeof(CB) in clang_indexSourceFile_Impl() local
464 memcpy(&CB, client_index_callbacks, ClientCBSize); in clang_indexSourceFile_Impl()
685 unsigned ClientCBSize = index_callbacks_size < sizeof(CB) in clang_indexTranslationUnit_Impl() local
687 memcpy(&CB, client_index_callbacks, ClientCBSize); in clang_indexTranslationUnit_Impl()