Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp128 : Buffer(std::move(Buffer)), IdentifierIndex(), NumIdentifierLookups(), in GlobalModuleIndex()
221 IdentifierIndex = IdentifierIndexTable::Create( in GlobalModuleIndex()
232 delete static_cast<IdentifierIndexTable *>(IdentifierIndex); in ~GlobalModuleIndex()
294 if (!IdentifierIndex) in lookupIdentifier()
300 = *static_cast<IdentifierIndexTable *>(IdentifierIndex); in lookupIdentifier()
941 *static_cast<IdentifierIndexTable *>(IdentifierIndex); in createIdentifierIterator()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h68 void *IdentifierIndex; variable