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

/external/clang/include/clang/Lex/
H A DPreprocessor.h211 /// CurPPLexer - This is the current top of the stack what we're lexing from
214 PreprocessorLexer *CurPPLexer; member in class:clang::Preprocessor
414 return CurPPLexer == L;
420 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; }
1096 CurPPLexer,
1099 CurPPLexer = 0;
1105 CurPPLexer = IncludeMacroStack.back().ThePPLexer;
1218 return IsFileLexer(CurLexer.get(), CurPPLexer);
1227 return CurPPLexer == 0 && CurTokenLexer == 0 && CurPTHLexer == 0 &&

Completed in 63 milliseconds