Home
last modified time | relevance | path

Searched refs:ExternalSLocEntries (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h763 ExternalSLocEntrySource *ExternalSLocEntries = nullptr; variable
1189 return ExternalSLocEntries->getModuleImportLoc(FID.ID); in getModuleImportLoc()
1788 ExternalSLocEntries = Source; in setExternalSLocEntrySource()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp447 if (ExternalSLocEntries->ReadSLocEntry(-(static_cast<int>(Index) + 2))) { in loadSLocEntry()
467 assert(ExternalSLocEntries && "Don't have an external sloc source"); in AllocateLoadedSLocEntries()
884 return FileID::get(ExternalSLocEntries->getSLocEntryID(SLocOffset)); in getFileIDLoaded()