Lines Matching defs:toks
76 std::vector<Token> toks; in CheckLex() local
121 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
133 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
146 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
159 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
173 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
187 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
202 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
215 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
228 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
243 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
258 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
278 std::vector<Token> toks = CheckLex("#define M(x) [x]\n" in TEST_F() local