Home
last modified time | relevance | path

Searched refs:TheSubmodule (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessor.h326 Module *TheSubmodule; member
335 IncludeStackInfo(enum CurLexerKind CurLexerKind, Module *TheSubmodule, in IncludeStackInfo()
342 TheSubmodule(std::move(TheSubmodule)), TheLexer(std::move(TheLexer)), in IncludeStackInfo()
349 TheSubmodule(std::move(RHS.TheSubmodule)), in IncludeStackInfo()
1671 CurSubmodule = IncludeMacroStack.back().TheSubmodule; in PopIncludeMacroStack()