Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DInefficientAlgorithmCheck.cpp64 bool PtrToContainer = false; in check() local
68 PtrToContainer = true; in check()
142 (llvm::Twine(ContainerText) + (PtrToContainer ? "->" : ".") + in check()