Home
last modified time | relevance | path

Searched refs:IsBeforeInTUCache (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/Basic/
DSourceManager.cpp2026 InBeforeInTUCacheEntry &IsBeforeInTUCache = in isInTheSameTranslationUnit() local
2031 if (IsBeforeInTUCache.isCacheValid(LOffs.first, ROffs.first)) in isInTheSameTranslationUnit()
2033 true, IsBeforeInTUCache.getCachedResult(LOffs.second, ROffs.second)); in isInTheSameTranslationUnit()
2036 IsBeforeInTUCache.setQueryFIDs(LOffs.first, ROffs.first, in isInTheSameTranslationUnit()
2062 IsBeforeInTUCache.setCommonLoc(LOffs.first, LOffs.second, ROffs.second); in isInTheSameTranslationUnit()
2064 true, IsBeforeInTUCache.getCachedResult(LOffs.second, ROffs.second)); in isInTheSameTranslationUnit()
2067 IsBeforeInTUCache.clear(); in isInTheSameTranslationUnit()