Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexing.cpp457 struct IndexSessionData { struct
461 explicit IndexSessionData(CXIndex cIdx) in IndexSessionData() function
491 IndexSessionData *IdxSession = static_cast<IndexSessionData *>(cxIdxAction); in clang_indexSourceFile_Impl()
902 return new IndexSessionData(CIdx); in clang_IndexAction_create()
907 delete static_cast<IndexSessionData *>(idxAction); in clang_IndexAction_dispose()