OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HandleEndOfTokenLexer
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Lex/
PPLexerChange.cpp
458
///
HandleEndOfTokenLexer
- This callback is invoked when the current TokenLexer
460
bool Preprocessor::
HandleEndOfTokenLexer
(Token &Result) {
527
if (!
HandleEndOfTokenLexer
(Tok)) Lex(Tok);
TokenLexer.cpp
431
if (PP.
HandleEndOfTokenLexer
(Tok))
434
//
HandleEndOfTokenLexer
may not return a token. If it doesn't, lex
[
all
...]
/external/clang/include/clang/Lex/
Preprocessor.h
[
all
...]
Completed in 210 milliseconds