Home | History | Annotate | Download | only in Basic

Lines Matching refs:SLocEntryLoaded

412   SLocEntryLoaded.clear();
475 assert(!SLocEntryLoaded[Index]);
480 if (!SLocEntryLoaded[Index]) {
497 SLocEntryLoaded.resize(LoadedSLocEntryTable.size());
578 assert(!SLocEntryLoaded[Index] && "FileID already loaded");
581 SLocEntryLoaded[Index] = true;
631 assert(!SLocEntryLoaded[Index] && "FileID already loaded");
633 SLocEntryLoaded[Index] = true;
2160 + llvm::capacity_in_bytes(SLocEntryLoaded)