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.cpp2059 InBeforeInTUCacheEntry &IsBeforeInTUCache = in isInTheSameTranslationUnit() local
2064 if (IsBeforeInTUCache.isCacheValid()) in isInTheSameTranslationUnit()
2066 true, IsBeforeInTUCache.getCachedResult(LOffs.second, ROffs.second)); in isInTheSameTranslationUnit()
2112 IsBeforeInTUCache.setCommonLoc(LOffs.first, LOffs.second, ROffs.second, in isInTheSameTranslationUnit()
2115 true, IsBeforeInTUCache.getCachedResult(LOffs.second, ROffs.second)); in isInTheSameTranslationUnit()