Searched refs:IsConstSizedArray (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3220 const bool IsConstSizedArray = AdjustedParamType->isConstantArrayType(); local
3223 !IsConstSizedArray && AdjustedParamType->isDependentSizedArrayType();
3227 const bool IsSTDList = !IsConstSizedArray && !IsDependentSizedArray &&
3230 if (!IsConstSizedArray && !IsDependentSizedArray && !IsSTDList)

Completed in 97 milliseconds