Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp2059 ImplicitConversionKind SecondICK = ICK_Identity; in IsStandardConversion() local
2147 } else if (IsVectorConversion(S, FromType, ToType, SecondICK, From, in IsStandardConversion()
2149 SCS.Second = SecondICK; in IsStandardConversion()