Searched refs:FormTokenWithChars (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/Lex/ |
D | Lexer.cpp | 1520 FormTokenWithChars(Result, CurPtr, tok::raw_identifier); in LexIdentifier() 1646 FormTokenWithChars(Result, CurPtr, tok::numeric_constant); in LexNumericConstant() 1768 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexStringLiteral() 1775 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexStringLiteral() 1795 FormTokenWithChars(Result, CurPtr, Kind); in LexStringLiteral() 1843 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexRawStringLiteral() 1864 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexRawStringLiteral() 1875 FormTokenWithChars(Result, CurPtr, Kind); in LexRawStringLiteral() 1897 FormTokenWithChars(Result, AfterLessPos, tok::less); in LexAngledStringLiteral() 1911 FormTokenWithChars(Result, CurPtr, tok::angle_string_literal); in LexAngledStringLiteral() [all …]
|
D | PPLexerChange.cpp | 379 CurLexer->FormTokenWithChars(Result, CurLexer->BufferEnd, tok::eof); in HandleEndOfFile() 411 CurLexer->FormTokenWithChars(Result, EndPos, tok::annot_module_end); in HandleEndOfFile() 442 CurLexer->FormTokenWithChars(Result, EndPos, tok::eof); in HandleEndOfFile()
|
D | PPDirectives.cpp | 1916 CurLexer->FormTokenWithChars(Result, CurLexer->BufferEnd, tok::eof); in HandleIncludeDirective()
|
/external/llvm-project/clang/lib/Lex/ |
D | Lexer.cpp | 1660 FormTokenWithChars(Result, CurPtr, tok::raw_identifier); in LexIdentifier() 1811 FormTokenWithChars(Result, CurPtr, tok::numeric_constant); in LexNumericConstant() 1934 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexStringLiteral() 1944 FormTokenWithChars(Result, CurPtr - 1, tok::unknown); in LexStringLiteral() 1964 FormTokenWithChars(Result, CurPtr, Kind); in LexStringLiteral() 2012 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexRawStringLiteral() 2033 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexRawStringLiteral() 2044 FormTokenWithChars(Result, CurPtr, Kind); in LexRawStringLiteral() 2066 FormTokenWithChars(Result, AfterLessPos, tok::less); in LexAngledStringLiteral() 2074 FormTokenWithChars(Result, CurPtr - 1, tok::unknown); in LexAngledStringLiteral() [all …]
|
D | PPLexerChange.cpp | 322 CurLexer->FormTokenWithChars(Result, EndPos, tok::annot_module_end); in HandleEndOfFile() 410 CurLexer->FormTokenWithChars(Result, CurLexer->BufferEnd, tok::eof); in HandleEndOfFile() 449 CurLexer->FormTokenWithChars(Result, EndPos, tok::annot_module_end); in HandleEndOfFile() 496 CurLexer->FormTokenWithChars(Result, EndPos, tok::eof); in HandleEndOfFile()
|
D | Pragma.cpp | 885 CurLexer->FormTokenWithChars(Result, CurLexer->BufferEnd, tok::eof); in HandlePragmaHdrstop()
|
D | PPDirectives.cpp | 2016 CurLexer->FormTokenWithChars(Result, CurLexer->BufferEnd, tok::eof); in HandleHeaderIncludeOrImport()
|
/external/clang/include/clang/Lex/ |
D | Lexer.h | 502 void FormTokenWithChars(Token &Result, const char *TokEnd, in FormTokenWithChars() function
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Lexer.h | 586 void FormTokenWithChars(Token &Result, const char *TokEnd, in FormTokenWithChars() function
|