Searched refs:IsBeforeInTUCache (Results 1 – 1 of 1) sorted by relevance
2055 InBeforeInTUCacheEntry &IsBeforeInTUCache = in isBeforeInTranslationUnit() local2060 if (IsBeforeInTUCache.isCacheValid(LOffs.first, ROffs.first)) in isBeforeInTranslationUnit()2061 return IsBeforeInTUCache.getCachedResult(LOffs.second, ROffs.second); in isBeforeInTranslationUnit()2064 IsBeforeInTUCache.setQueryFIDs(LOffs.first, ROffs.first, in isBeforeInTranslationUnit()2090 IsBeforeInTUCache.setCommonLoc(LOffs.first, LOffs.second, ROffs.second); in isBeforeInTranslationUnit()2091 return IsBeforeInTUCache.getCachedResult(LOffs.second, ROffs.second); in isBeforeInTranslationUnit()2098 IsBeforeInTUCache.clear(); in isBeforeInTranslationUnit()