Searched refs:SEntry (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp123 const SrcMgr::SLocEntry &SEntry = SM.getSLocEntry(FID, &Invalid); local
124 if (Invalid || !SEntry.isFile())
127 if (SEntry.getFile().getFileCharacteristic() != SrcMgr::C_User) {
369 const SrcMgr::SLocEntry &SEntry = SM.getSLocEntry(FID, &Invalid); local
370 if (Invalid || !SEntry.isFile())
373 if (SEntry.getFile().getFileCharacteristic() != SrcMgr::C_User) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1403 const SLocEntry &SEntry = getSLocEntry(LocInfo.first, &Invalid); local
1404 if (Invalid || !SEntry.isFile())
1407 const SrcMgr::FileInfo &FI = SEntry.getFile();

Completed in 162 milliseconds