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.cpp347 SLocEntryLoaded.clear(); in clearIDTables()
385 if (!Old.SLocEntryLoaded[I]) in initializeForReplay()
446 assert(!SLocEntryLoaded[Index]); in loadSLocEntry()
451 if (!SLocEntryLoaded[Index]) { in loadSLocEntry()
474 SLocEntryLoaded.resize(LoadedSLocEntryTable.size()); in AllocateLoadedSLocEntries()
612 assert(!SLocEntryLoaded[Index] && "FileID already loaded"); in createFileIDImpl()
615 SLocEntryLoaded[Index] = SLocEntryOffsetLoaded[Index] = true; in createFileIDImpl()
674 assert(!SLocEntryLoaded[Index] && "FileID already loaded"); in createExpansionLocImpl()
676 SLocEntryLoaded[Index] = SLocEntryOffsetLoaded[Index] = true; in createExpansionLocImpl()
2236 if (SLocEntryLoaded[Index]) { in dump()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h754 llvm::BitVector SLocEntryLoaded; variable
1765 if (SLocEntryLoaded[Index])
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1554 assert(!SourceMgr.SLocEntryLoaded[Index]); in getSLocEntryID()