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
379
CurLexer->
FormTokenWithChars
(Result, CurLexer->BufferEnd, tok::eof);
411
CurLexer->
FormTokenWithChars
(Result, EndPos, tok::annot_module_end);
442
CurLexer->
FormTokenWithChars
(Result, EndPos, tok::eof);
PPDirectives.cpp
[
all
...]
/external/clang/include/clang/Lex/
Lexer.h
497
///
FormTokenWithChars
- When we lex a token, we have identified a span
502
void
FormTokenWithChars
(Token &Result, const char *TokEnd,
Completed in 374 milliseconds