Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp2020 InBeforeInTUCacheEntry &IsBeforeInTUCache = in isInTheSameTranslationUnit() local
2025 if (IsBeforeInTUCache.isCacheValid()) in isInTheSameTranslationUnit()
2027 true, IsBeforeInTUCache.getCachedResult(LOffs.second, ROffs.second)); in isInTheSameTranslationUnit()
2073 IsBeforeInTUCache.setCommonLoc(LOffs.first, LOffs.second, ROffs.second, in isInTheSameTranslationUnit()
2076 true, IsBeforeInTUCache.getCachedResult(LOffs.second, ROffs.second)); in isInTheSameTranslationUnit()