OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LexTokenInternal
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
Lexer.h
569
///
LexTokenInternal
- Internal interface to lex a preprocessing token. Called
572
bool
LexTokenInternal
(Token &Result, bool TokAtPhysicalStartOfLine);
/src/external/apache2/llvm/dist/clang/lib/Lex/
Lexer.cpp
2224
// End of preprocessor directive line, let
LexTokenInternal
handle this.
3170
// Set up misc whitespace flags for
LexTokenInternal
.
3190
bool returnedToken =
LexTokenInternal
(Result, atPhysicalStartOfLine);
3191
// (After the
LexTokenInternal
call, the lexer might be destroyed.)
3196
///
LexTokenInternal
- This implements a simple C family lexer. It is an
3201
bool Lexer::
LexTokenInternal
(Token &Result, bool TokAtPhysicalStartOfLine) {
Completed in 19 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026