Home | History | Annotate | Download | only in Sema

Lines Matching refs:ArgumentPackSubstitutionIndex

940   assert(S.ArgumentPackSubstitutionIndex >= 0);        
941 assert(S.ArgumentPackSubstitutionIndex < (int)Arg.pack_size());
942 Arg = Arg.pack_begin()[S.ArgumentPackSubstitutionIndex];
1009 if (getSema().ArgumentPackSubstitutionIndex == -1)
1108 if (getSema().ArgumentPackSubstitutionIndex == -1) {
1134 if (getSema().ArgumentPackSubstitutionIndex == -1)
1188 if (getSema().ArgumentPackSubstitutionIndex == -1) {
1244 type = parm->getExpansionType(SemaRef.ArgumentPackSubstitutionIndex);
1278 if (getSema().ArgumentPackSubstitutionIndex == -1) {
1299 if (getSema().ArgumentPackSubstitutionIndex != -1) {
1301 ParmVarDecl *D = E->getExpansion(getSema().ArgumentPackSubstitutionIndex);
1342 if (getSema().ArgumentPackSubstitutionIndex == -1) {
1350 TransformedDecl = (*Pack)[getSema().ArgumentPackSubstitutionIndex];
1443 if (getSema().ArgumentPackSubstitutionIndex == -1) {
1496 if (getSema().ArgumentPackSubstitutionIndex == -1) {