Home
last modified time | relevance | path

Searched refs:IsBeforeInTUCache (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Basic/
DSourceManager.cpp2055 InBeforeInTUCacheEntry &IsBeforeInTUCache = in isBeforeInTranslationUnit() local
2060 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()