Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp339 SLocEntryLoaded.clear(); in clearIDTables()
377 if (!Old.SLocEntryLoaded[I]) in initializeForReplay()
434 assert(!SLocEntryLoaded[Index]); in loadSLocEntry()
439 if (!SLocEntryLoaded[Index]) { in loadSLocEntry()
462 SLocEntryLoaded.resize(LoadedSLocEntryTable.size()); in AllocateLoadedSLocEntries()
599 assert(!SLocEntryLoaded[Index] && "FileID already loaded"); in createFileIDImpl()
602 SLocEntryLoaded[Index] = SLocEntryOffsetLoaded[Index] = true; in createFileIDImpl()
660 assert(!SLocEntryLoaded[Index] && "FileID already loaded"); in createExpansionLocImpl()
662 SLocEntryLoaded[Index] = SLocEntryOffsetLoaded[Index] = true; in createExpansionLocImpl()
2197 if (SLocEntryLoaded[Index]) { in dump()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h750 llvm::BitVector SLocEntryLoaded; variable
1744 if (SLocEntryLoaded[Index])
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1513 assert(!SourceMgr.SLocEntryLoaded[Index]); in getSLocEntryID()