Home
last modified time | relevance | path

Searched defs:toks (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/unittests/Lex/
H A DLexerTest.cpp76 std::vector<Token> toks; in Lex() local
84 auto toks = Lex(Source); in CheckLex() local
122 std::vector<Token> toks = CheckLex("#define M(x) x\n" in TEST_F() local
134 std::vector<Token> toks = CheckLex("#define M(x) x\n" TEST_F() local
147 std::vector<Token> toks = CheckLex("#define M(x) x\n" TEST_F() local
160 std::vector<Token> toks = CheckLex("#define M(x) x\n" TEST_F() local
174 std::vector<Token> toks = CheckLex("#define M(x) x\n" TEST_F() local
188 std::vector<Token> toks = CheckLex("#define M(x) x\n" TEST_F() local
203 std::vector<Token> toks = CheckLex("#define M(x) x\n" TEST_F() local
216 std::vector<Token> toks = CheckLex("#define M(x) x\n" TEST_F() local
229 std::vector<Token> toks = CheckLex("#define M(x) x\n" TEST_F() local
244 std::vector<Token> toks = CheckLex("#define M(x) x\n" TEST_F() local
259 std::vector<Token> toks = CheckLex("#define M(x) x\n" TEST_F() local
281 std::vector<Token> toks = CheckLex("#define M(x) [x]\n" TEST_F() local
378 std::vector<Token> toks = CheckLex("#define TY ty\n" TEST_F() local
423 std::vector<Token> toks = TEST_F() local
586 std::vector<Token> toks = Lex(R"(#define MOO 1 TEST_F() local
[all...]
H A DPPConditionalDirectiveRecordTest.cpp89 std::vector<Token> toks; in TEST_F() local
/llvm-project/clang/unittests/Basic/
H A DSourceManagerTest.cpp147 std::vector<Token> toks; TEST_F() local
198 std::vector<Token> toks; TEST_F() local
496 std::vector<Token> toks; TEST_F() local
613 std::vector<Token> toks; TEST_F() local
[all...]
/llvm-project/clang/include/clang/Parse/
H A DParser.h1400 const CachedTokens &toks() const { return Toks; } toks() function