Searched refs:ReadToken (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Lex/ |
| H A D | MultipleIncludeOpt.h | 106 void ReadToken() { in ReadToken() function
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | Lexer.cpp | 1732 MIOpt.ReadToken(); in LexUnicodeIdentifierStart() 1757 MIOpt.ReadToken(); in LexUnicodeIdentifierStart() 3659 MIOpt.ReadToken(); in LexTokenInternal() 3667 MIOpt.ReadToken(); in LexTokenInternal() 3725 MIOpt.ReadToken(); in LexTokenInternal() 3754 MIOpt.ReadToken(); in LexTokenInternal() 3770 MIOpt.ReadToken(); in LexTokenInternal() 3804 MIOpt.ReadToken(); in LexTokenInternal() 3822 MIOpt.ReadToken(); in LexTokenInternal() 3828 MIOpt.ReadToken(); in LexTokenInternal() [all …]
|
| /llvm-project-15.0.7/clang/include/clang/Serialization/ |
| H A D | ASTRecordReader.h | 337 return Reader->ReadToken(*F, Record, Idx); in readToken()
|
| H A D | ASTReader.h | 2246 Token ReadToken(ModuleFile &M, const RecordDataImpl &Record, unsigned &Idx);
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 1697 Token ASTReader::ReadToken(ModuleFile &F, const RecordDataImpl &Record, in ReadToken() function in ASTReader 1832 MacroTokens[0] = ReadToken(F, Record, Idx); in ReadMacroRecord() 8502 LT->Toks.push_back(ReadToken(*F, LateParsed, Idx)); in ReadLateParsedTemplates()
|