Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessor.h326 const DirectoryLookup *TheDirLookup; member
335 const DirectoryLookup *TheDirLookup) in IncludeStackInfo()
341 TheDirLookup(std::move(TheDirLookup)) {} in IncludeStackInfo()
349 TheDirLookup(std::move(RHS.TheDirLookup)) {} in IncludeStackInfo()
1401 CurDirLookup = IncludeMacroStack.back().TheDirLookup; in PopIncludeMacroStack()