Home | History | Annotate | Download | only in Sema

Lines Matching refs:ConvertedArgs

3446   SmallVector<TypeSourceInfo *, 4> ConvertedArgs;
3447 ConvertedArgs.reserve(Args.size());
3455 ConvertedArgs.push_back(TInfo);
3458 return BuildTypeTrait(Kind, KWLoc, ConvertedArgs, RParenLoc);