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

/external/clang/lib/Basic/
H A DSourceManager.cpp1813 if (IsBeforeInTUCache.isCacheValid(LOffs.first, ROffs.first))
1814 return IsBeforeInTUCache.getCachedResult(LOffs.second, ROffs.second);
1817 IsBeforeInTUCache.setQueryFIDs(LOffs.first, ROffs.first,
1843 IsBeforeInTUCache.setCommonLoc(LOffs.first, LOffs.second, ROffs.second);
1844 return IsBeforeInTUCache.getCachedResult(LOffs.second, ROffs.second);
1850 IsBeforeInTUCache.clear();
/external/clang/include/clang/Basic/
H A DSourceManager.h636 mutable IsBeforeInTranslationUnitCache IsBeforeInTUCache; member in class:clang::SourceManager

Completed in 63 milliseconds