Searched refs:ReadToken (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | MultipleIncludeOpt.h | 106 void ReadToken() { in ReadToken() function
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Lexer.cpp | 1893 MIOpt.ReadToken(); in LexUnicodeIdentifierStart() 1918 MIOpt.ReadToken(); in LexUnicodeIdentifierStart() 3880 MIOpt.ReadToken(); in LexTokenInternal() 3888 MIOpt.ReadToken(); in LexTokenInternal() 3946 MIOpt.ReadToken(); in LexTokenInternal() 3975 MIOpt.ReadToken(); in LexTokenInternal() 3991 MIOpt.ReadToken(); in LexTokenInternal() 4025 MIOpt.ReadToken(); in LexTokenInternal() 4033 MIOpt.ReadToken(); in LexTokenInternal() 4043 MIOpt.ReadToken(); in LexTokenInternal() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTRecordReader.h | 355 return Reader->ReadToken(*F, Record, Idx); in readToken()
|
| H A D | ASTReader.h | 2541 Token ReadToken(ModuleFile &M, const RecordDataImpl &Record, unsigned &Idx);
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 2000 Token ASTReader::ReadToken(ModuleFile &M, const RecordDataImpl &Record, in ReadToken() function in ASTReader 2013 Info->PragmaName = ReadToken(M, Record, Idx); in ReadToken() 2014 Info->Option = ReadToken(M, Record, Idx); in ReadToken() 2019 Toks.push_back(ReadToken(M, Record, Idx)); in ReadToken() 2030 Info->Alignment = ReadToken(M, Record, Idx); in ReadToken() 2175 MacroTokens[0] = ReadToken(F, Record, Idx); in ReadMacroRecord() 9441 LT->Toks.push_back(ReadToken(*F, LateParsed, Idx)); in ReadLateParsedTemplates()
|