OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HandleEndOfFile
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/Lex/
PPLexerChange.cpp
234
///
HandleEndOfFile
- This callback is invoked when the lexer hits the end of
237
bool Preprocessor::
HandleEndOfFile
(Token &Result, bool isEndOfMacro) {
475
return
HandleEndOfFile
(Result, true);
PTHLexer.cpp
156
return PP->
HandleEndOfFile
(Result);
Lexer.cpp
[
all
...]
/external/clang/include/clang/Lex/
Preprocessor.h
[
all
...]
Completed in 202 milliseconds