Lines Matching refs:GetComments
196 ps->GetDocument()->PrependComments((*i)->GetComments());
199 ps->GetDocument()->PrependComments($1->GetComments());
242 $$ = new AidlToken($2->GetText(), $1->GetComments());
335 $$ = new AidlParcelable(loc(@2), $2->GetText(), ps->Package(), $1->GetComments(), *$4, $3);
342 …$$ = new AidlStructuredParcelable(loc(@2), $2->GetText(), ps->Package(), $1->GetComments(), $3, $5…
388 … $$ = new AidlInterface(loc(@1), $2->GetText(), $1->GetComments(), false, ps->Package(), nullptr);
394 $$ = new AidlInterface(loc(@1), $2->GetText(), $1->GetComments(), false, ps->Package(), $4);
400 $$ = new AidlInterface(loc(@2), $3->GetText(), $1->GetComments(), true, ps->Package(), $5);
575 $3->PrependComments($2->GetComments());
587 $$ = new AidlEnumerator(loc(@1), $1->GetText(), $3, $1->GetComments());
591 $$ = new AidlEnumerator(loc(@1), $1->GetText(), nullptr, $1->GetComments());
615 $$ = new AidlEnumDeclaration(loc(@2), $2->GetText(), $3, ps->Package(), $1->GetComments());
625 $$ = new AidlUnionDecl(loc(@2), $2->GetText(), ps->Package(), $1->GetComments(), $3, $5);
633 $$ = new AidlMethod(loc(@2), false, $1, $2->GetText(), $4, $2->GetComments());
634 $$->PrependComments($1->GetComments());
638 $$ = new AidlMethod(loc(@4), true, $3, $4->GetText(), $6, $4->GetComments());
639 $3->PrependComments($2->GetComments());
641 $$->PrependComments($3->GetComments());
652 $$ = new AidlMethod(loc(@2), false, $1, $2->GetText(), $4, $2->GetComments(), serial);
653 $$->PrependComments($1->GetComments());
663 $$ = new AidlMethod(loc(@4), true, $3, $4->GetText(), $6, $4->GetComments(), serial);
664 $3->PrependComments($2->GetComments());
666 $$->PrependComments($3->GetComments());
701 … new AidlTypeSpecifier(loc(@2), $2->GetText(), /*array=*/std::nullopt, nullptr, $2->GetComments());
810 $$ = AidlAnnotation::Parse(loc(@1), $1->GetText(), {}, $1->GetComments()).release();
819 …otation::Parse(loc(@1, @4), $1->GetText(), std::move(parameter_list), $1->GetComments()).release();
827 …$$ = AidlAnnotation::Parse(loc(@1, @4), $1->GetText(), std::move(*$3), $1->GetComments()).release(…