Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManager.h566 bool isCacheValid(FileID LHS, FileID RHS) const { in isCacheValid() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h1590 bool isCacheValid() const {
1595 assert(isCacheValid() && "getting linkage from invalid cache");
1600 assert(isCacheValid() && "getting linkage from invalid cache");
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp3853 if (T->TypeBits.isCacheValid()) return; in ensure()
4072 if (!TypeBits.isCacheValid()) in isLinkageValid()
/llvm-project-15.0.7/clang/lib/Basic/
H A DSourceManager.cpp2082 if (IsBeforeInTUCache.isCacheValid(LOffs.first, ROffs.first)) in isInTheSameTranslationUnit()