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

/external/clang/include/clang/Lex/
H A DPreprocessor.h271 PreprocessorLexer *CurPPLexer; member in class:clang::Preprocessor
545 return CurPPLexer == L;
552 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; }
1353 CurPPLexer, std::move(CurTokenLexer), CurDirLookup));
1354 CurPPLexer = nullptr;
1360 CurPPLexer = IncludeMacroStack.back().ThePPLexer;
1489 return IsFileLexer(CurLexer.get(), CurPPLexer);
1498 return !CurPPLexer && !CurTokenLexer && !CurPTHLexer &&

Completed in 158 milliseconds