Home
last modified time | relevance | path

Searched refs:ReadToken (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DMultipleIncludeOpt.h106 void ReadToken() { in ReadToken() function
/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp1732 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 DASTRecordReader.h337 return Reader->ReadToken(*F, Record, Idx); in readToken()
H A DASTReader.h2246 Token ReadToken(ModuleFile &M, const RecordDataImpl &Record, unsigned &Idx);
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp1697 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()