HomeSort by relevance Sort by last modified time
    Searched refs:IncludeStackInfo (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Lex/
Preprocessor.h 319 struct IncludeStackInfo {
330 IncludeStackInfo(enum CurLexerKind CurLexerKind, Module *TheSubmodule,
342 IncludeStackInfo(IncludeStackInfo &&RHS)
351 std::vector<IncludeStackInfo> IncludeMacroStack;
    [all...]
  /external/clang/lib/Lex/
PPLexerChange.cpp 57 const IncludeStackInfo& ISI = IncludeMacroStack[i-1];
557 IncludeStackInfo &ISI = *(IncludeMacroStack.end()-i-1);
PPDirectives.cpp 654 IncludeStackInfo &ISEntry = IncludeMacroStack[e - i - 1];
715 IncludeStackInfo &ISEntry = IncludeMacroStack[e-i-1];
    [all...]
PPMacroExpansion.cpp 199 IncludeStackInfo &Entry = IncludeMacroStack[i-1];
    [all...]

Completed in 178 milliseconds