Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DCompiler.h54 bool ForceRebuild = false; member
DClangdServer.h184 bool ForceRebuild = false);
DClangdServer.cpp203 WantDiagnostics WantDiags, bool ForceRebuild) { in addDocument() argument
212 Inputs.ForceRebuild = ForceRebuild; in addDocument()
DTUScheduler.cpp742 if (!LatestBuild || Inputs.ForceRebuild) { in build()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DSyncAPI.cpp17 WantDiagnostics WantDiags, bool ForceRebuild) { in runAddDocument() argument
18 Server.addDocument(File, Contents, Version, WantDiags, ForceRebuild); in runAddDocument()
DSyncAPI.h28 bool ForceRebuild = false);
DTUSchedulerTests.cpp814 Inputs.ForceRebuild = true; in TEST_F()