Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h670 ExternalSLocEntrySource *ExternalSLocEntries = nullptr; variable
1112 return ExternalSLocEntries->getModuleImportLoc(FID.ID); in getModuleImportLoc()
1652 ExternalSLocEntries = Source; in setExternalSLocEntrySource()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp440 if (ExternalSLocEntries->ReadSLocEntry(-(static_cast<int>(Index) + 2))) { in loadSLocEntry()
459 assert(ExternalSLocEntries && "Don't have an external sloc source"); in AllocateLoadedSLocEntries()