Searched defs:TheDirLookup (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Lex/
H A DPreprocessor.h308 const DirectoryLookup *TheDirLookup; member in struct:clang::Preprocessor::IncludeStackInfo
317 const DirectoryLookup *TheDirLookup)
323 TheDirLookup(std::move(TheDirLookup)) {}
331 TheDirLookup(std::move(RHS.TheDirLookup)) {}
1362 CurDirLookup = IncludeMacroStack.back().TheDirLookup;
312 IncludeStackInfo(enum CurLexerKind CurLexerKind, Module *TheSubmodule, std::unique_ptr<Lexer> &&TheLexer, std::unique_ptr<PTHLexer> &&ThePTHLexer, PreprocessorLexer *ThePPLexer, std::unique_ptr<TokenLexer> &&TheTokenLexer, const DirectoryLookup *TheDirLookup) argument

Completed in 130 milliseconds