Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DIndexing.cpp432 struct IndexSessionData { struct
437 explicit IndexSessionData(CXIndex cIdx) : CIdx(cIdx) {} in IndexSessionData() function
466 IndexSessionData *IdxSession = static_cast<IndexSessionData *>(cxIdxAction); in clang_indexSourceFile_Impl()
856 return new IndexSessionData(CIdx); in clang_IndexAction_create()
861 delete static_cast<IndexSessionData *>(idxAction); in clang_IndexAction_dispose()