Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DMultipleIncludeOpt.h106 void ReadToken() { in ReadToken() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp3163 MIOpt.ReadToken(); in LexUnicode()
3188 MIOpt.ReadToken(); in LexUnicode()
3377 MIOpt.ReadToken(); in LexTokenInternal()
3382 MIOpt.ReadToken(); in LexTokenInternal()
3440 MIOpt.ReadToken(); in LexTokenInternal()
3469 MIOpt.ReadToken(); in LexTokenInternal()
3485 MIOpt.ReadToken(); in LexTokenInternal()
3519 MIOpt.ReadToken(); in LexTokenInternal()
3537 MIOpt.ReadToken(); in LexTokenInternal()
3543 MIOpt.ReadToken(); in LexTokenInternal()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordReader.h331 return Reader->ReadToken(*F, Record, Idx); in readToken()
H A DASTReader.h2226 Token ReadToken(ModuleFile &M, const RecordDataImpl &Record, unsigned &Idx);
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1673 Token ASTReader::ReadToken(ModuleFile &F, const RecordDataImpl &Record, in ReadToken() function in ASTReader
1802 Token Tok = ReadToken(F, Record, Idx); in ReadMacroRecord()
8454 LT->Toks.push_back(ReadToken(*F, LateParsed, Idx)); in ReadLateParsedTemplates()