Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp1660 FormTokenWithChars(Result, CurPtr, tok::raw_identifier); in LexIdentifier()
1813 FormTokenWithChars(Result, CurPtr, tok::numeric_constant); in LexNumericConstant()
1936 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexStringLiteral()
1946 FormTokenWithChars(Result, CurPtr - 1, tok::unknown); in LexStringLiteral()
1966 FormTokenWithChars(Result, CurPtr, Kind); in LexStringLiteral()
2014 FormTokenWithChars(Result, CurPtr, tok::unknown); in LexRawStringLiteral()
2035 FormTokenWithChars(Result, CurPtr-1, tok::unknown); in LexRawStringLiteral()
2046 FormTokenWithChars(Result, CurPtr, Kind); in LexRawStringLiteral()
2068 FormTokenWithChars(Result, AfterLessPos, tok::less); in LexAngledStringLiteral()
2076 FormTokenWithChars(Result, CurPtr - 1, tok::unknown); in LexAngledStringLiteral()
[all …]
H A DPPLexerChange.cpp322 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()
H A DPragma.cpp885 CurLexer->FormTokenWithChars(Result, CurLexer->BufferEnd, tok::eof); in HandlePragmaHdrstop()
H A DPPDirectives.cpp2040 CurLexer->FormTokenWithChars(Result, CurLexer->BufferEnd, tok::eof); in HandleHeaderIncludeOrImport()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLexer.h586 void FormTokenWithChars(Token &Result, const char *TokEnd, in FormTokenWithChars() function