Lines Matching refs:Reference
315 android::Reference<android::Type>* referenceToType;
525 $$ = new Reference<Type>(*$1, convertYYLoc(@1));
529 $$ = new Reference<Type>($1, convertYYLoc(@1));
669 Reference<Type>* superType = $3;
679 superType = new Reference<Type>();
690 superType = new Reference<Type>(gIBaseFqName, convertYYLoc(@$));
761 Reference<LocalIdentifier>(*$1, convertYYLoc(@1)), $1->string());
766 Reference<Type>(*$1, convertYYLoc(@1)), $1->string(), $3);
1019 storageType = new Reference<Type>(
1096 $$ = new Reference<Type>($1, convertYYLoc(@1));
1101 $1->setElementType(Reference<Type>($3, convertYYLoc(@3)));
1102 $$ = new Reference<Type>($1, convertYYLoc(@1));
1120 | array_type { $$ = new Reference<Type>($1, convertYYLoc(@1)); }
1124 $$ = new Reference<Type>(gIBaseFqName, convertYYLoc(@1));
1132 $$ = new Reference<Type>($1, convertYYLoc(@1));