Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessor.h328 Module *TheSubmodule; member
337 IncludeStackInfo(enum CurLexerKind CurLexerKind, Module *TheSubmodule, in IncludeStackInfo()
344 TheSubmodule(std::move(TheSubmodule)), TheLexer(std::move(TheLexer)), in IncludeStackInfo()
351 TheSubmodule(std::move(RHS.TheSubmodule)), in IncludeStackInfo()
1704 CurSubmodule = IncludeMacroStack.back().TheSubmodule; in PopIncludeMacroStack()
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h539 Module *TheSubmodule; member
547 IncludeStackInfo(enum CurLexerKind CurLexerKind, Module *TheSubmodule, in IncludeStackInfo()
553 TheSubmodule(std::move(TheSubmodule)), TheLexer(std::move(TheLexer)), in IncludeStackInfo()
2051 CurLexerSubmodule = IncludeMacroStack.back().TheSubmodule; in PopIncludeMacroStack()