Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DTUScheduler.cpp646 bool isASTCached() const;
1273 bool ASTWorker::isASTCached() const { return IdleASTs.getUsedBytes(this) != 0; } in isASTCached() function in clang::clangd::__anon589430d30611::ASTWorker
1798 if (!PathAndFile.second->Worker->isASTCached()) in getFilesWithCachedAST()