Searched refs:IndexFromEnd (Results 1 – 1 of 1) sorted by relevance
9693 int IndexFromEnd = static_cast<int>(ID >> 1); in getLocalModuleFile() local9694 assert(IndexFromEnd && "got reference to unknown module file"); in getLocalModuleFile()9695 return getModuleManager().pch_modules().end()[-IndexFromEnd]; in getLocalModuleFile()