Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
DSourceManager.cpp2096 return IsBeforeInTUCache.getCachedResult(LOffs.second, ROffs.second); in isBeforeInTranslationUnit()
2126 return IsBeforeInTUCache.getCachedResult(LOffs.second, ROffs.second); in isBeforeInTranslationUnit()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DSourceManager.h482 bool getCachedResult(unsigned LOffset, unsigned ROffset) const { in getCachedResult() function