Searched refs:ReadToken (Results 1 – 7 of 7) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/include/clang/Lex/ |
| H A D | PTHLexer.h | 51 void ReadToken(Token& T);
|
| H A D | MultipleIncludeOpt.h | 107 void ReadToken() { in ReadToken() function
|
| /minix3/external/bsd/llvm/dist/clang/lib/Lex/ |
| H A D | Lexer.cpp | 2833 MIOpt.ReadToken(); in LexUnicode() 2858 MIOpt.ReadToken(); in LexUnicode() 3037 MIOpt.ReadToken(); in LexTokenInternal() 3042 MIOpt.ReadToken(); in LexTokenInternal() 3100 MIOpt.ReadToken(); in LexTokenInternal() 3129 MIOpt.ReadToken(); in LexTokenInternal() 3145 MIOpt.ReadToken(); in LexTokenInternal() 3178 MIOpt.ReadToken(); in LexTokenInternal() 3186 MIOpt.ReadToken(); in LexTokenInternal() 3196 MIOpt.ReadToken(); in LexTokenInternal() [all …]
|
| H A D | PTHLexer.cpp | 83 MIOpt.ReadToken(); in Lex() 125 MIOpt.ReadToken(); in Lex()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 37 Token ReadToken(const RecordData &R, unsigned &I) { in ReadToken() function in clang::ASTStmtReader 38 return Reader.ReadToken(F, R, I); in ReadToken() 350 AsmToks.push_back(ReadToken(Record, Idx)); in VisitMSAsmStmt()
|
| H A D | ASTReader.cpp | 1347 Token ASTReader::ReadToken(ModuleFile &F, const RecordDataImpl &Record, in ReadToken() function in ASTReader 1462 Token Tok = ReadToken(F, Record, Idx); in ReadMacroRecord() 7350 LT->Toks.push_back(ReadToken(*F, LateParsedTemplates, Idx)); in ReadLateParsedTemplates()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 2080 Token ReadToken(ModuleFile &M, const RecordDataImpl &Record, unsigned &Idx);
|