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

/external/clang/lib/Basic/
H A DSourceManager.cpp1408 const SLocEntry &SEntry = getSLocEntry(LocInfo.first, &Invalid); local
1409 if (Invalid || !SEntry.isFile())
1412 const SrcMgr::FileInfo &FI = SEntry.getFile();

Completed in 1003 milliseconds