Home
last modified time | relevance | path

Searched refs:UnexpandedLine (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Format/
H A DMacroCallReconstructorTest.cpp37 auto UnexpandedLine = std::make_unique<UnwrappedLine>(); in expand() local
38 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()