Searched defs:IncludeStackInfo (Results 1 - 1 of 1) sorted by relevance
/external/clang/include/clang/Lex/ | ||
H A D | Preprocessor.h | 301 struct IncludeStackInfo { struct in class:clang::Preprocessor 312 IncludeStackInfo(enum CurLexerKind CurLexerKind, Module *TheSubmodule, function in struct:clang::Preprocessor::IncludeStackInfo 324 IncludeStackInfo(IncludeStackInfo &&RHS) function in struct:clang::Preprocessor::IncludeStackInfo 333 std::vector<IncludeStackInfo> IncludeMacroStack; 1351 IncludeMacroStack.push_back(IncludeStackInfo( 1484 static bool IsFileLexer(const IncludeStackInfo& I) { |
Completed in 55 milliseconds