OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FormTokenWithChars
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/Lex/
Lexer.cpp
[
all
...]
PPLexerChange.cpp
294
CurLexer->
FormTokenWithChars
(Result, CurLexer->BufferEnd, tok::eof);
354
CurLexer->
FormTokenWithChars
(Result, EndPos, tok::eof);
PPDirectives.cpp
[
all
...]
/external/clang/include/clang/Lex/
Lexer.h
456
///
FormTokenWithChars
- When we lex a token, we have identified a span
461
void
FormTokenWithChars
(Token &Result, const char *TokEnd,
Completed in 67 milliseconds