Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DTUScheduler.cpp419 bool isASTCached() const;
942 bool ASTWorker::isASTCached() const { return IdleASTs.getUsedBytes(this) != 0; } in isASTCached() function in clang::clangd::__anon5c4233ba0311::ASTWorker
1398 if (!PathAndFile.second->Worker->isASTCached()) in getFilesWithCachedAST()