Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLexer.cpp1493 FormTokenWithChars(Result, CurPtr, tok::raw_identifier); in LexIdentifier()
1618 FormTokenWithChars(Result, CurPtr, tok::numeric_constant); in LexNumericConstant()
1740 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexStringLiteral()
1747 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexStringLiteral()
1767 FormTokenWithChars(Result, CurPtr, Kind); in LexStringLiteral()
1815 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexRawStringLiteral()
1836 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexRawStringLiteral()
1847 FormTokenWithChars(Result, CurPtr, Kind); in LexRawStringLiteral()
1869 FormTokenWithChars(Result, AfterLessPos, tok::less); in LexAngledStringLiteral()
1883 FormTokenWithChars(Result, CurPtr, tok::angle_string_literal); in LexAngledStringLiteral()
[all …]
DPPLexerChange.cpp379 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()
DPPDirectives.cpp1740 CurLexer->FormTokenWithChars(Result, CurLexer->BufferEnd, tok::eof); in HandleIncludeDirective()
/external/clang/include/clang/Lex/
DLexer.h482 void FormTokenWithChars(Token &Result, const char *TokEnd, in FormTokenWithChars() function