Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp130 : Buffer(std::move(IndexBuffer)), IdentifierIndex(), NumIdentifierLookups(), in GlobalModuleIndex()
237 IdentifierIndex = IdentifierIndexTable::Create( in GlobalModuleIndex()
248 delete static_cast<IdentifierIndexTable *>(IdentifierIndex); in ~GlobalModuleIndex()
305 if (!IdentifierIndex) in lookupIdentifier()
311 = *static_cast<IdentifierIndexTable *>(IdentifierIndex); in lookupIdentifier()
945 *static_cast<IdentifierIndexTable *>(IdentifierIndex); in createIdentifierIterator()
/src/contrib/llvm-project/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h66 void *IdentifierIndex; variable