Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDSourceManager.cpp2040 InBeforeInTUCacheEntry &IsBeforeInTUCache = in isBeforeInTranslationUnit() local
2045 if (IsBeforeInTUCache.isCacheValid(LOffs.first, ROffs.first)) in isBeforeInTranslationUnit()
2046 return IsBeforeInTUCache.getCachedResult(LOffs.second, ROffs.second); in isBeforeInTranslationUnit()
2049 IsBeforeInTUCache.setQueryFIDs(LOffs.first, ROffs.first, in isBeforeInTranslationUnit()
2075 IsBeforeInTUCache.setCommonLoc(LOffs.first, LOffs.second, ROffs.second); in isBeforeInTranslationUnit()
2076 return IsBeforeInTUCache.getCachedResult(LOffs.second, ROffs.second); in isBeforeInTranslationUnit()
2083 IsBeforeInTUCache.clear(); in isBeforeInTranslationUnit()