Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h321 Module *TheSubmodule; member
330 IncludeStackInfo(enum CurLexerKind CurLexerKind, Module *TheSubmodule, in IncludeStackInfo()
337 TheSubmodule(std::move(TheSubmodule)), TheLexer(std::move(TheLexer)), in IncludeStackInfo()
344 TheSubmodule(std::move(RHS.TheSubmodule)), in IncludeStackInfo()
1402 CurSubmodule = IncludeMacroStack.back().TheSubmodule; in PopIncludeMacroStack()