Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DSourceManager.cpp2077 InBeforeInTUCacheEntry &IsBeforeInTUCache = in isInTheSameTranslationUnit() local
2082 if (IsBeforeInTUCache.isCacheValid(LOffs.first, ROffs.first)) in isInTheSameTranslationUnit()
2084 true, IsBeforeInTUCache.getCachedResult(LOffs.second, ROffs.second)); in isInTheSameTranslationUnit()
2087 IsBeforeInTUCache.setQueryFIDs(LOffs.first, ROffs.first, in isInTheSameTranslationUnit()
2113 IsBeforeInTUCache.setCommonLoc(LOffs.first, LOffs.second, ROffs.second); in isInTheSameTranslationUnit()
2115 true, IsBeforeInTUCache.getCachedResult(LOffs.second, ROffs.second)); in isInTheSameTranslationUnit()
2118 IsBeforeInTUCache.clear(); in isInTheSameTranslationUnit()