Searched defs:ICK (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaOverload.cpp1071 /// \param ICK Will be set to the vector conversion kind, if this is a vector
1074 QualType ToType, ImplicitConversionKind &ICK) {
1093 ICK = ICK_Vector_Splat;
1106 ICK = ICK_Vector_Conversion;
1073 IsVectorConversion(ASTContext &Context, QualType FromType, QualType ToType, ImplicitConversionKind &ICK) argument

Completed in 56 milliseconds