Lines Matching refs:new
61 yylval->type = new ScalarType(ScalarType::kind, *scope); \
100 new DocComment(yytext,
115 "bitfield" { yylval->templatedType = new BitFieldType(*scope); return token::TEMPLATED; }
116 "vec" { yylval->templatedType = new VectorType(*scope); return token::TEMPLATED; }
131 "death_recipient" { yylval->type = new DeathRecipientType(*scope); return token::TYPE; }
132 "handle" { yylval->type = new HandleType(*scope); return token::TYPE; }
133 "memory" { yylval->type = new MemoryType(*scope); return token::TYPE; }
134 "pointer" { yylval->type = new PointerType(*scope); return token::TYPE; }
135 "string" { yylval->type = new StringType(*scope); return token::TYPE; }
137 "fmq_sync" { yylval->type = new FmqType("::android::hardware", "MQDescriptorSync", *scope,…
138 "fmq_unsync" { yylval->type = new FmqType("::android::hardware", "MQDescriptorUnsync", *scop…