Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp2057 InBeforeInTUCacheEntry &IsBeforeInTUCache = in isInTheSameTranslationUnit() local
2062 if (IsBeforeInTUCache.isCacheValid()) in isInTheSameTranslationUnit()
2064 true, IsBeforeInTUCache.getCachedResult(LOffs.second, ROffs.second)); in isInTheSameTranslationUnit()
2110 IsBeforeInTUCache.setCommonLoc(LOffs.first, LOffs.second, ROffs.second, in isInTheSameTranslationUnit()
2113 true, IsBeforeInTUCache.getCachedResult(LOffs.second, ROffs.second)); in isInTheSameTranslationUnit()