Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertCheck.cpp817 QualType InitVarType = InitVar->getType(); in isConvertible() local
818 QualType CanonicalInitVarType = InitVarType.getCanonicalType(); in isConvertible()