reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Lex/Preprocessor.h
  985   Module *getCurrentLexerSubmodule() const { return CurLexerSubmodule; }
 1990     IncludeMacroStack.emplace_back(CurLexerKind, CurLexerSubmodule,
 2001     CurLexerSubmodule = IncludeMacroStack.back().TheSubmodule;
tools/clang/lib/Lex/PPDirectives.cpp
 2198     assert(!CurLexerSubmodule && "should not have marked this as a module yet");
 2199     CurLexerSubmodule = M;
 2234   } else if (CurLexerSubmodule) {
tools/clang/lib/Lex/PPLexerChange.cpp
  111   CurLexerSubmodule = nullptr;
  312   const bool LeavingSubmodule = CurLexer && CurLexerSubmodule;