Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DMultipleIncludeOpt.h106 void ReadToken() { in ReadToken() function
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1874 MIOpt.ReadToken(); in fastParseASCIIIdentifier()
1899 MIOpt.ReadToken(); in LexIdentifierContinue()
3855 MIOpt.ReadToken(); in LexTokenInternal()
3863 MIOpt.ReadToken(); in LexTokenInternal()
3921 MIOpt.ReadToken(); in LexTokenInternal()
3950 MIOpt.ReadToken(); in LexTokenInternal()
3966 MIOpt.ReadToken(); in LexTokenInternal()
4000 MIOpt.ReadToken(); in LexTokenInternal()
4008 MIOpt.ReadToken(); in LexTokenInternal()
4018 MIOpt.ReadToken(); in LexTokenInternal()
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordReader.h347 return Reader->ReadToken(*F, Record, Idx); in recordSwitchCaseID()
H A DASTReader.h2349 Token ReadToken(ModuleFile &M, const RecordDataImpl &Record, unsigned &Idx);
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1823 Token ASTReader::ReadToken(ModuleFile &M, const RecordDataImpl &Record, in ReadToken()
1836 Info->PragmaName = ReadToken(M, Record, Idx); in ReadMacroRecord()
1837 Info->Option = ReadToken(M, Record, Idx); in ReadMacroRecord()
1842 Toks.push_back(ReadToken(M, Record, Idx)); in ReadMacroRecord()
1853 Info->Alignment = ReadToken(M, Record, Idx); in ReadMacroRecord()
1997 MacroTokens[0] = ReadToken(F, Record, Idx); in ComputeHash()
8855 LT->Toks.push_back(ReadToken(*F, LateParsed, Idx)); in DecodeIdentifierInfo()
1784 Token ASTReader::ReadToken(ModuleFile &M, const RecordDataImpl &Record, ReadToken() function in ASTReader