Lines Matching refs:GetComments

240   { $$ = new AidlToken($1->GetText() + "." + $3->GetText(), $1->GetComments());
266 $$->SetComments($1->begin()->GetComments());
298 $$ = new AidlParcelable(loc(@2), $2->GetText(), ps->Package(), $1->GetComments());
303 $$ = new AidlParcelable(loc(@2), $2->GetText(), ps->Package(), $1->GetComments(), "", $4);
308 … $$ = new AidlParcelable(loc(@2), $2->GetText(), ps->Package(), $1->GetComments(), $4->GetText());
314 $$ = new AidlStructuredParcelable(loc(@2), $2->GetText(), ps->Package(), $1->GetComments(), $4);
353 $$ = new AidlInterface(loc(@1), $2->GetText(), $1->GetComments(), false, $4, ps->Package());
358 $$ = new AidlInterface(loc(@2), $3->GetText(), $1->GetComments(), true, $5, ps->Package());
521 $2->SetComments($1->GetComments());
530 $$ = new AidlEnumerator(loc(@1), $1->GetText(), $3, $1->GetComments());
534 $$ = new AidlEnumerator(loc(@1), $1->GetText(), nullptr, $1->GetComments());
557 $$ = new AidlEnumDeclaration(loc(@2), $2->GetText(), $3, ps->Package(), $1->GetComments());
566 $$ = new AidlMethod(loc(@2), false, $1, $2->GetText(), $4, $1->GetComments());
570 const std::string& comments = ($1->size() > 0) ? $1->begin()->GetComments() : $2->GetComments();
583 $$ = new AidlMethod(loc(@2), false, $1, $2->GetText(), $4, $1->GetComments(), serial);
588 const std::string& comments = ($1->size() > 0) ? $1->begin()->GetComments() : $2->GetComments();
631 $$ = new AidlTypeSpecifier(loc(@1), $1->GetText(), false, nullptr, $1->GetComments());
636 $$ = new AidlTypeSpecifier(loc(@1), $1->GetText(), true, nullptr, $1->GetComments());
641 $$ = new AidlTypeSpecifier(loc(@1), $1->GetText(), false, $3, $1->GetComments());
651 $2->SetComments($1->begin()->GetComments());
714 $$->SetComments($1->GetComments());
723 $$->SetComments($1->GetComments());