Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp340 SLocEntryOffsetLoaded.clear(); in clearIDTables()
463 SLocEntryOffsetLoaded.resize(LoadedSLocEntryTable.size()); in AllocateLoadedSLocEntries()
602 SLocEntryLoaded[Index] = SLocEntryOffsetLoaded[Index] = true; in createFileIDImpl()
662 SLocEntryLoaded[Index] = SLocEntryOffsetLoaded[Index] = true; in createExpansionLocImpl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h756 llvm::BitVector SLocEntryOffsetLoaded; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1512 if (!SourceMgr.SLocEntryOffsetLoaded[Index]) { in getSLocEntryID()
1522 SourceMgr.SLocEntryOffsetLoaded[Index] = true; in getSLocEntryID()