Searched refs:VNameLiteral (Results 1 – 4 of 4) sorted by relevance
168 VNameLiteral::VNameLiteral(VName AValue, const TLocation& ALoc) in VNameLiteral() function in VNameLiteral181 VExpression* VNameLiteral::DoResolve(VEmitContext&) in DoResolve()192 void VNameLiteral::Emit(VEmitContext& ec) in Emit()
68 class VNameLiteral : public VExpression73 VNameLiteral(VName, const TLocation&);
835 Args[i] = new VNameLiteral(*E->Name, E->Loc); in CheckDecorateParams()845 Args[i] = new VNameLiteral(*Val, ALoc); in CheckDecorateParams()
212 return new VNameLiteral(Val, l); in ParseExpressionPriority0()