Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h139 IdentifierIterator *createIdentifierIterator() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp945 IdentifierIterator *GlobalModuleIndex::createIdentifierIterator() const { in createIdentifierIterator() function in GlobalModuleIndex
H A DASTReader.cpp8138 GlobalIndex->createIdentifierIterator()); in getIdentifiers()