Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DInefficientAlgorithmCheck.cpp62 const auto *IneffCont = in check() local
65 if (!IneffCont) { in check()
66 IneffCont = in check()
70 const llvm::StringRef IneffContName = IneffCont->getName(); in check()
79 IneffCont->getTemplateArgs()[0].getAsType().getCanonicalType(); in check()
89 const QualType ContainerCmp = IneffCont->getTemplateArgs()[CmpPosition] in check()