Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DMultipleIncludeOpt.h107 void ReadToken() { in ReadToken() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp3092 MIOpt.ReadToken(); in LexUnicode()
3117 MIOpt.ReadToken(); in LexUnicode()
3302 MIOpt.ReadToken(); in LexTokenInternal()
3307 MIOpt.ReadToken(); in LexTokenInternal()
3365 MIOpt.ReadToken(); in LexTokenInternal()
3394 MIOpt.ReadToken(); in LexTokenInternal()
3410 MIOpt.ReadToken(); in LexTokenInternal()
3444 MIOpt.ReadToken(); in LexTokenInternal()
3462 MIOpt.ReadToken(); in LexTokenInternal()
3468 MIOpt.ReadToken(); in LexTokenInternal()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h2275 Token ReadToken(ModuleFile &M, const RecordDataImpl &Record, unsigned &Idx);
2649 return Reader->ReadToken(*F, Record, Idx); in readToken()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp1561 Token ASTReader::ReadToken(ModuleFile &F, const RecordDataImpl &Record, in ReadToken() function in ASTReader
1675 Token Tok = ReadToken(F, Record, Idx); in ReadMacroRecord()
8282 LT->Toks.push_back(ReadToken(*F, LateParsedTemplates, Idx)); in ReadLateParsedTemplates()