Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCompiler.h54 bool ForceRebuild = false; member
H A DClangdServer.h209 bool ForceRebuild = false);
H A DClangdServer.cpp250 WantDiagnostics WantDiags, bool ForceRebuild) { in addDocument() argument
260 Inputs.ForceRebuild = ForceRebuild; in addDocument()
H A DTUScheduler.cpp1046 if (!LatestBuild || Inputs.ForceRebuild) { in build()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DSyncAPI.cpp18 WantDiagnostics WantDiags, bool ForceRebuild) { in runAddDocument() argument
19 Server.addDocument(File, Contents, Version, WantDiags, ForceRebuild); in runAddDocument()
H A DSyncAPI.h29 bool ForceRebuild = false);
H A DTUSchedulerTests.cpp895 Inputs.ForceRebuild = true; in TEST_F()