Home
last modified time | relevance | path

Searched defs:ForceRebuild (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clangd/
H A DCompiler.h56 bool ForceRebuild = false; global() member
H A DClangdServer.cpp295 addDocument(PathRef File,llvm::StringRef Contents,llvm::StringRef Version,WantDiagnostics WantDiags,bool ForceRebuild) addDocument() argument
/llvm-project/clang-tools-extra/clangd/unittests/
H A DSyncAPI.cpp19 WantDiagnostics WantDiags, bool ForceRebuild) { in runAddDocument()