Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DTUScheduler.cpp119 bool IsFirstPreamble) { in reportPreambleBuild() argument
129 RecordWithLabel(IsFirstPreamble ? "first_build_for_file" : "rebuild"); in reportPreambleBuild()
1066 bool IsFirstPreamble = !LatestBuild; in build() local
1077 reportPreambleBuild(Stats, IsFirstPreamble); in build()