Home | History | Annotate | Download | only in AST

Lines Matching defs:Size

340   data().AllReferencedProtocols.set(ProtocolRefs.data(), ProtocolRefs.size(),C);
690 NumParams = Params.size();
694 unsigned Size = sizeof(ParmVarDecl *) * NumParams +
695 sizeof(SourceLocation) * SelLocs.size();
696 ParamsAndSelLocs = C.Allocate(Size);
1252 uint64_t Size;
1254 SynthesizeIvarChunk(uint64_t size, ObjCIvarDecl *ivar)
1255 : Size(size), Ivar(ivar) {}
1260 return LHS.Size < RHS.Size;
1325 // Order synthesized ivars by their size.
1327 unsigned Ix = 0, EIx = layout.size();