Home | History | Annotate | Download | only in Sema

Lines Matching defs:Elements

687   /// number of elements.
695 /// number of elements.
703 /// given the element type and number of elements.
2248 Expr **Elements, unsigned NumElements) {
2250 MultiExprArg(Elements, NumElements));
2266 ObjCDictionaryElement *Elements,
2268 return getSema().BuildObjCDictionaryLiteral(Range, Elements, NumElements);
8436 // Transform each of the elements.
8437 SmallVector<Expr *, 8> Elements;
8440 /*IsCall=*/false, Elements, &ArgChanged))
8447 Elements.data(),
8448 Elements.size());
8455 // Transform each of the elements.
8456 SmallVector<ObjCDictionaryElement, 8> Elements;
8505 Elements.push_back(Expansion);
8535 Elements.push_back(Element);
8562 Elements.push_back(Element);
8569 Elements.data(),
8570 Elements.size());