Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessor.h308 const DirectoryLookup *TheDirLookup; member
317 const DirectoryLookup *TheDirLookup) in IncludeStackInfo()
323 TheDirLookup(std::move(TheDirLookup)) {} in IncludeStackInfo()
331 TheDirLookup(std::move(RHS.TheDirLookup)) {} in IncludeStackInfo()
1362 CurDirLookup = IncludeMacroStack.back().TheDirLookup; in PopIncludeMacroStack()