Searched refs:setElementType (Results 1 – 3 of 3) sorted by relevance
362 void setElementType(const Reference<Type>& elementType);
1105 $1->setElementType(*$3);1110 $3->setElementType(*$5);1111 $1->setElementType(Reference<Type>($3->definedName(), $3, convertYYLoc(@3, ast)));
743 void TemplatedType::setElementType(const Reference<Type>& elementType) { in setElementType() function in android::TemplatedType