Lines Matching refs:Lex
14 MacroExpanderTest() : Lex(Allocator, Buffers) {} in MacroExpanderTest()
18 Lex.SourceMgr.get(), Lex.Style, in create()
19 Lex.Allocator, Lex.IdentTable); in create()
25 return text(Macros.expand(Lex.id(Name), lexArgs(Args)));
32 Result.push_back(uneof(Lex.lex(Arg))); in lexArgs()
72 TestLexer Lex; member in clang::format::__anon02b5ee4e0111::MacroExpanderTest
118 auto *A = Lex.id("A"); in TEST_F()
138 auto *B = Lex.id("B"); in TEST_F()
161 auto *A = Lex.id("A"); in TEST_F()
162 auto *B = Lex.id("B"); in TEST_F()
163 auto *C = Lex.id("C"); in TEST_F()
178 auto *A = Lex.id("A"); in TEST_F()
191 auto *A = Lex.id("A"); in TEST_F()