Searched refs:IsBeforeInTUCache (Results 1 – 2 of 2) sorted by relevance
1785 if (IsBeforeInTUCache.isCacheValid(LOffs.first, ROffs.first)) in isBeforeInTranslationUnit()1786 return IsBeforeInTUCache.getCachedResult(LOffs.second, ROffs.second); in isBeforeInTranslationUnit()1789 IsBeforeInTUCache.setQueryFIDs(LOffs.first, ROffs.first, in isBeforeInTranslationUnit()1815 IsBeforeInTUCache.setCommonLoc(LOffs.first, LOffs.second, ROffs.second); in isBeforeInTranslationUnit()1816 return IsBeforeInTUCache.getCachedResult(LOffs.second, ROffs.second); in isBeforeInTranslationUnit()1822 IsBeforeInTUCache.clear(); in isBeforeInTranslationUnit()
574 mutable IsBeforeInTranslationUnitCache IsBeforeInTUCache; variable