Searched refs:ReadToken (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | MultipleIncludeOpt.h | 106 void ReadToken() { in ReadToken() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Lexer.cpp | 1829 MIOpt.ReadToken(); in LexUnicodeIdentifierStart() 1854 MIOpt.ReadToken(); in LexUnicodeIdentifierStart() 3799 MIOpt.ReadToken(); in LexTokenInternal() 3807 MIOpt.ReadToken(); in LexTokenInternal() 3865 MIOpt.ReadToken(); in LexTokenInternal() 3894 MIOpt.ReadToken(); in LexTokenInternal() 3910 MIOpt.ReadToken(); in LexTokenInternal() 3944 MIOpt.ReadToken(); in LexTokenInternal() 3962 MIOpt.ReadToken(); in LexTokenInternal() 3968 MIOpt.ReadToken(); in LexTokenInternal() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTRecordReader.h | 342 return Reader->ReadToken(*F, Record, Idx); in readToken()
|
| H A D | ASTReader.h | 2319 Token ReadToken(ModuleFile &M, const RecordDataImpl &Record, unsigned &Idx);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 1784 Token ASTReader::ReadToken(ModuleFile &M, const RecordDataImpl &Record, in ReadToken() function in ASTReader 1797 Info->PragmaName = ReadToken(M, Record, Idx); in ReadToken() 1798 Info->Option = ReadToken(M, Record, Idx); in ReadToken() 1803 Toks.push_back(ReadToken(M, Record, Idx)); in ReadToken() 1814 Info->Alignment = ReadToken(M, Record, Idx); in ReadToken() 1958 MacroTokens[0] = ReadToken(F, Record, Idx); in ReadMacroRecord() 8764 LT->Toks.push_back(ReadToken(*F, LateParsed, Idx)); in ReadLateParsedTemplates()
|