Lines Matching defs:toks
75 std::vector<Token> toks; in Lex() local
89 auto toks = Lex(Source); in CheckLex() local
126 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
138 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
151 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
164 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
178 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
192 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
207 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
220 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
233 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
248 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
263 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
283 std::vector<Token> toks = CheckLex("#define M(x) [x]\n" in TEST_F() local
367 std::vector<Token> toks = in TEST_F() local