Home | History | Annotate | Download | only in AST

Lines Matching refs:Total

1103   // NumComponents x MappableComponent - the total of all the components in all
1156 // NumComponents x MappableComponent - the total of all the components in all
1206 // NumComponents x MappableComponent - the total of all the components in all
1268 // NumComponents x MappableComponent - the total of all the components in all
1317 // NumComponents x MappableComponent - the total of all the components in all
1364 // NumComponents x MappableComponent - the total of all the components in all
1459 getTrailingObjects<Expr *>()[I * static_cast<int>(ExprOffsets::Total) +
1462 getTrailingObjects<Expr *>()[I * static_cast<int>(ExprOffsets::Total) +
1467 SourceLocation>()[I * static_cast<int>(ParenLocsOffsets::Total) +
1471 SourceLocation>()[I * static_cast<int>(ParenLocsOffsets::Total) +
1481 getTrailingObjects<Expr *>()[I * static_cast<int>(ExprOffsets::Total) +
1484 getTrailingObjects<Expr *>()[I * static_cast<int>(ExprOffsets::Total) +
1488 SourceLocation>()[I * static_cast<int>(ParenLocsOffsets::Total) +
1491 SourceLocation>()[I * static_cast<int>(ParenLocsOffsets::Total) +
1501 static_cast<int>(ExprOffsets::Total) * Data.size(),
1502 static_cast<int>(ParenLocsOffsets::Total) * Data.size()));
1512 static_cast<int>(ExprOffsets::Total) * N,
1513 static_cast<int>(ParenLocsOffsets::Total) * N));