Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp334 SLocEntryLoaded.clear(); in clearIDTables()
377 if (!Old.SLocEntryLoaded[I]) in initializeForReplay()
438 assert(!SLocEntryLoaded[Index]); in loadSLocEntry()
443 if (!SLocEntryLoaded[Index]) { in loadSLocEntry()
466 SLocEntryLoaded.resize(LoadedSLocEntryTable.size()); in AllocateLoadedSLocEntries()
604 assert(!SLocEntryLoaded[Index] && "FileID already loaded"); in createFileIDImpl()
607 SLocEntryLoaded[Index] = SLocEntryOffsetLoaded[Index] = true; in createFileIDImpl()
685 assert(!SLocEntryLoaded[Index] && "FileID already loaded"); in createExpansionLocImpl()
687 SLocEntryLoaded[Index] = SLocEntryOffsetLoaded[Index] = true; in createExpansionLocImpl()
2234 if (SLocEntryLoaded[Index]) { in dump()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h756 llvm::BitVector SLocEntryLoaded; variable
1775 if (SLocEntryLoaded[Index])
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1732 assert(!SourceMgr.SLocEntryLoaded[Index]); in getSLocEntryID()