OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThePTHLexer
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Lex/
Preprocessor.h
222
PTHLexer *
ThePTHLexer
;
230
: CurLexerKind(K), TheLexer(L),
ThePTHLexer
(P), ThePPLexer(PPL),
[
all
...]
/external/clang/lib/Lex/
PPMacroExpansion.cpp
160
else if (Entry.
ThePTHLexer
)
161
Val = Entry.
ThePTHLexer
->isNextPPTokenLParen();
[
all
...]
Completed in 15 milliseconds