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.cpp348 SLocEntryOffsetLoaded.clear(); in clearIDTables()
475 SLocEntryOffsetLoaded.resize(LoadedSLocEntryTable.size()); in AllocateLoadedSLocEntries()
615 SLocEntryLoaded[Index] = SLocEntryOffsetLoaded[Index] = true; in createFileIDImpl()
676 SLocEntryLoaded[Index] = SLocEntryOffsetLoaded[Index] = true; in createExpansionLocImpl()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h760 llvm::BitVector SLocEntryOffsetLoaded; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1553 if (!SourceMgr.SLocEntryOffsetLoaded[Index]) { in getSLocEntryID()
1563 SourceMgr.SLocEntryOffsetLoaded[Index] = true; in getSLocEntryID()