Searched refs:FormTokenWithChars (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Lex/ |
D | Lexer.cpp | 1178 FormTokenWithChars(Result, CurPtr, tok::raw_identifier); in LexIdentifier() 1266 FormTokenWithChars(Result, CurPtr, tok::numeric_constant); in LexNumericConstant() 1288 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexStringLiteral() 1303 FormTokenWithChars(Result, CurPtr, in LexStringLiteral() 1323 FormTokenWithChars(Result, AfterLessPos, tok::less); in LexAngledStringLiteral() 1337 FormTokenWithChars(Result, CurPtr, tok::angle_string_literal); in LexAngledStringLiteral() 1351 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexCharConstant() 1367 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexCharConstant() 1381 FormTokenWithChars(Result, CurPtr, tok::char_constant); in LexCharConstant() 1423 FormTokenWithChars(Result, CurPtr, tok::unknown); in SkipWhitespace() [all …]
|
D | PPLexerChange.cpp | 241 CurLexer->FormTokenWithChars(Result, EndPos, tok::eof); in HandleEndOfFile()
|
/external/clang/include/clang/Lex/ |
D | Lexer.h | 341 void FormTokenWithChars(Token &Result, const char *TokEnd, in FormTokenWithChars() function
|