Home | History | Annotate | Download | only in Sema

Lines Matching defs:Start

518 /// \param Sidx The attribute argument index to start checking with.
1266 unsigned *Start = NonNullArgs.data();
1268 llvm::array_pod_sort(Start, Start + Size);
1270 NonNullAttr(Attr.getRange(), S.Context, Start, Size,
1479 unsigned* start = OwnershipArgs.data();
1481 llvm::array_pod_sort(start, start + size);
1484 OwnershipAttr(AL.getLoc(), S.Context, Module, start, size,
2168 // matches before the start of the watchOS platform.
2216 // matches before the start of the tvOS platform.