Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h137 IdentifierIterator *createIdentifierIterator() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp947 IdentifierIterator *GlobalModuleIndex::createIdentifierIterator() const { in createIdentifierIterator() function in GlobalModuleIndex
H A DASTReader.cpp8446 GlobalIndex->createIdentifierIterator()); in getIdentifiers()