Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DTUScheduler.cpp99 static clang::clangd::Key<std::string> kFileBeingProcessed; variable
102 if (auto *File = Context::current().get(kFileBeingProcessed)) in getFileBeingProcessedInContext()
987 Context Ctx = Context::current().derive(kFileBeingProcessed, FileName); in startTask()
1364 Ctx = Context::current().derive(kFileBeingProcessed, std::string(File)), in runWithPreamble()