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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp1468 FormTokenWithChars(Result, CurPtr, tok::raw_identifier);
1623 FormTokenWithChars(Result, CurPtr, tok::numeric_constant);
1726 FormTokenWithChars(Result, CurPtr-1, tok::unknown);
1733 FormTokenWithChars(Result, CurPtr-1, tok::unknown);
1753 FormTokenWithChars(Result, CurPtr, Kind);
1801 FormTokenWithChars(Result, CurPtr, tok::unknown);
1822 FormTokenWithChars(Result, CurPtr-1, tok::unknown);
1833 FormTokenWithChars(Result, CurPtr, Kind);
1854 FormTokenWithChars(Result, AfterLessPos, tok::less);
1868 FormTokenWithChars(Resul
[all...]
H A DPPLexerChange.cpp320 CurLexer->FormTokenWithChars(Result, CurLexer->BufferEnd, tok::eof);
383 CurLexer->FormTokenWithChars(Result, EndPos, tok::eof);
H A DPPDirectives.cpp1620 CurLexer->FormTokenWithChars(Result, CurLexer->BufferEnd, tok::eof);
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h455 /// FormTokenWithChars - When we lex a token, we have identified a span
460 void FormTokenWithChars(Token &Result, const char *TokEnd, function in class:clang::Lexer

Completed in 114 milliseconds