Searched refs:getCurrentLexer (Results 1 – 3 of 3) sorted by relevance
151 bool HaveLexer = S.getPreprocessor().getCurrentLexer(); in ParseAST()
1273 assert(PP.getCurrentLexer() && "#include_next directive in macro?"); in EvaluateHasIncludeNext()1274 LookupFromFile = PP.getCurrentLexer()->getFileEntry(); in EvaluateHasIncludeNext()
999 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; } in getCurrentLexer() function