Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertCheck.cpp856 QualType InitVarType = InitVar->getType(); in isConvertible() local
857 QualType CanonicalInitVarType = InitVarType.getCanonicalType(); in isConvertible()