Home | History | Annotate | Download | only in Sema

Lines Matching refs:Components

5738   // replicated to all the components of the vector
5742 // be replicated to all the components of the vector
5762 // it will be replicated to all components of the vector.
11167 ArrayRef<OffsetOfComponent> Components,
11191 if (Components.size() != 1)
11193 << SourceRange(Components[1].LocStart, Components.back().LocEnd);
11200 for (const OffsetOfComponent &OC : Components) {
11268 << SourceRange(Components[0].LocStart, OC.LocEnd)
11341 ArrayRef<OffsetOfComponent> Components,
11352 return BuildBuiltinOffsetOf(BuiltinLoc, ArgTInfo, Components, RParenLoc);