Searched refs:NumSLocEntries (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp487 SourceManager::AllocateLoadedSLocEntries(unsigned NumSLocEntries, argument
493 LoadedSLocEntryTable.resize(LoadedSLocEntryTable.size() + NumSLocEntries);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1719 /// NumSLocEntries will be allocated, which occupy a total of TotalSize space
1723 AllocateLoadedSLocEntries(unsigned NumSLocEntries, unsigned TotalSize);

Completed in 202 milliseconds