Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseAutoCheck.cpp346 const QualType FirstDeclType = FirstDecl->getType().getCanonicalType(); in replaceExpr() local
367 if (FirstDeclType != V->getType().getCanonicalType()) in replaceExpr()