Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.cpp376 QualType DeclarationType = VDecl->getType(); in isAliasDecl() local
377 if (!DeclarationType.isNull() && DeclarationType->isReferenceType()) in isAliasDecl()
378 DeclarationType = DeclarationType.getNonReferenceType(); in isAliasDecl()
380 if (InitType.isNull() || DeclarationType.isNull() || in isAliasDecl()
381 !Context->hasSameUnqualifiedType(DeclarationType, InitType)) in isAliasDecl()