Lines Matching defs:Size
227 for (unsigned N = FunctionScopes.size(); N; --N) {
239 for (unsigned I = 0, N = Unexpanded.size(); I != N; ++I) {
255 << (int)UPPC << (int)Names.size();
256 for (size_t I = 0, E = std::min(Names.size(), (size_t)2); I != E; ++I)
259 for (unsigned I = 0, N = Locations.size(); I != N; ++I)
571 // Determine the size of this argument pack.
582 NewPackSize = Instantiation->get<DeclArgumentPack *>()->size();
599 // Determine the size of the argument pack.
653 for (unsigned I = 0, N = Unexpanded.size(); I != N; ++I) {
676 unsigned Size = Instantiation->get<DeclArgumentPack *>()->size();
677 assert((!Result || *Result == Size) && "inconsistent pack sizes");
678 Result = Size;
690 // Determine the size of the argument pack.
691 unsigned Size = TemplateArgs(Depth, Index).pack_size();
692 assert((!Result || *Result == Size) && "inconsistent pack sizes");
693 Result = Size;
811 /// \brief Called when an expression computing the size of a parameter pack
822 /// \param Name The name of the parameter pack whose size will be determined.