Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessor.h333 const DirectoryLookup *TheDirLookup; member
342 const DirectoryLookup *TheDirLookup) in IncludeStackInfo()
348 TheDirLookup(std::move(TheDirLookup)) {} in IncludeStackInfo()
356 TheDirLookup(std::move(RHS.TheDirLookup)) {} in IncludeStackInfo()
1703 CurDirLookup = IncludeMacroStack.back().TheDirLookup; in PopIncludeMacroStack()