Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DConstCorrectnessCheck.cpp125 TemplateDiagnosticsCache.contains(Variable->getBeginLoc())) in check()
167 TemplateDiagnosticsCache.insert(Variable->getBeginLoc()); in check()
H A DConstCorrectnessCheck.h42 llvm::DenseSet<SourceLocation> TemplateDiagnosticsCache; variable