Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp335 SLocEntryOffsetLoaded.clear(); in clearIDTables()
467 SLocEntryOffsetLoaded.resize(LoadedSLocEntryTable.size()); in AllocateLoadedSLocEntries()
607 SLocEntryLoaded[Index] = SLocEntryOffsetLoaded[Index] = true; in createFileIDImpl()
687 SLocEntryLoaded[Index] = SLocEntryOffsetLoaded[Index] = true; in createExpansionLocImpl()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h762 llvm::BitVector SLocEntryOffsetLoaded; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1731 if (!SourceMgr.SLocEntryOffsetLoaded[Index]) { in getSLocEntryID()
1741 SourceMgr.SLocEntryOffsetLoaded[Index] = true; in getSLocEntryID()