Searched refs:UnexpandedLine (Results 1 – 1 of 1) sorted by relevance
37 auto UnexpandedLine = std::make_unique<UnwrappedLine>(); in expand() local38 UnexpandedLine->Tokens.push_back(ID); in expand()40 UnexpandedLine->Tokens.push_back(Lex.id("(")); in expand()43 UnexpandedLine->Tokens.push_back(Lex.id(",")); in expand()44 UnexpandedLine->Tokens.insert(UnexpandedLine->Tokens.end(), I->begin(), in expand()47 UnexpandedLine->Tokens.push_back(Lex.id(")")); in expand()49 Unexpanded[ID] = std::move(UnexpandedLine); in expand()