Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1746 return loadSLocEntry(Index, Invalid);
1823 const SrcMgr::SLocEntry &loadSLocEntry(unsigned Index, bool *Invalid) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp378 Old.loadSLocEntry(I, nullptr); in initializeForReplay()
432 const SrcMgr::SLocEntry &SourceManager::loadSLocEntry(unsigned Index, in loadSLocEntry() function in SourceManager