Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessor.h332 const DirectoryLookup *TheDirLookup; member
341 const DirectoryLookup *TheDirLookup) in IncludeStackInfo()
347 TheDirLookup(std::move(TheDirLookup)) {} in IncludeStackInfo()
355 TheDirLookup(std::move(RHS.TheDirLookup)) {} in IncludeStackInfo()
1675 CurDirLookup = IncludeMacroStack.back().TheDirLookup; in PopIncludeMacroStack()