Searched defs:CurLexer (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Lex/
H A DPreprocessor.h212 /// CurLexer - This is the current top of the stack that we're lexing from if
214 /// Only one of CurLexer, CurPTHLexer, or CurTokenLexer will be non-null.
215 OwningPtr<Lexer> CurLexer; member in class:clang::Preprocessor
219 /// Only one of CurLexer, CurPTHLexer, or CurTokenLexer will be non-null.
223 /// if not expanding a macro. This is an alias for either CurLexer or
228 /// FileEntry, if CurLexer is non-null and if applicable. This allows us to
233 /// expanding a macro. One of CurLexer and CurTokenLexer must be null.
247 /// CurLexer/CurTokenLexer.
625 case CLK_Lexer: CurLexer->Lex(Result); break;
741 /// \brief Recompute the current lexer kind based on the CurLexer/CurPTHLexe
[all...]

Completed in 610 milliseconds