Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DConstCorrectnessCheck.cpp160 if (ScopesCache[LocalScope]->isMutated(Variable)) in check()
205 auto &Analyzer = ScopesCache[LocalScope]; in registerScope()
H A DConstCorrectnessCheck.h41 llvm::DenseMap<const CompoundStmt *, MutationAnalyzer> ScopesCache; variable