Home | History | Annotate | Download | only in Lex

Lines Matching full:submodule

318   /// \brief If the current lexer is for a submodule that is being built, this
319 /// is that submodule.
507 /// \brief Information about a submodule that we're currently building.
523 /// \brief Information about a submodule's preprocessor state.
525 /// The macros for the submodule.
527 /// The set of modules that are visible within the submodule.
534 /// The preprocessor state for preprocessing outside of any submodule.
537 /// The current submodule state. Will be \p NullSubmoduleState if we're not
538 /// in a submodule.
766 /// \brief Return the submodule owning the file being lexed.