Searched refs:IsBeforeInTUCache (Results 1 – 1 of 1) sorted by relevance
2040 InBeforeInTUCacheEntry &IsBeforeInTUCache = in isBeforeInTranslationUnit() local2045 if (IsBeforeInTUCache.isCacheValid(LOffs.first, ROffs.first)) in isBeforeInTranslationUnit()2046 return IsBeforeInTUCache.getCachedResult(LOffs.second, ROffs.second); in isBeforeInTranslationUnit()2049 IsBeforeInTUCache.setQueryFIDs(LOffs.first, ROffs.first, in isBeforeInTranslationUnit()2075 IsBeforeInTUCache.setCommonLoc(LOffs.first, LOffs.second, ROffs.second); in isBeforeInTranslationUnit()2076 return IsBeforeInTUCache.getCachedResult(LOffs.second, ROffs.second); in isBeforeInTranslationUnit()2083 IsBeforeInTUCache.clear(); in isBeforeInTranslationUnit()