Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DSourceManager.cpp1785 if (IsBeforeInTUCache.isCacheValid(LOffs.first, ROffs.first)) in isBeforeInTranslationUnit()
1786 return IsBeforeInTUCache.getCachedResult(LOffs.second, ROffs.second); in isBeforeInTranslationUnit()
1789 IsBeforeInTUCache.setQueryFIDs(LOffs.first, ROffs.first, in isBeforeInTranslationUnit()
1815 IsBeforeInTUCache.setCommonLoc(LOffs.first, LOffs.second, ROffs.second); in isBeforeInTranslationUnit()
1816 return IsBeforeInTUCache.getCachedResult(LOffs.second, ROffs.second); in isBeforeInTranslationUnit()
1822 IsBeforeInTUCache.clear(); in isBeforeInTranslationUnit()
/external/clang/include/clang/Basic/
DSourceManager.h574 mutable IsBeforeInTranslationUnitCache IsBeforeInTUCache; variable