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 325 struct IncludeStackInfo {
336 IncludeStackInfo(enum CurLexerKind CurLexerKind, Module *TheSubmodule,
348 IncludeStackInfo(IncludeStackInfo &&RHS)
357 std::vector<IncludeStackInfo> IncludeMacroStack;
    [all...]
  /external/clang/lib/Lex/
PPLexerChange.cpp 58 const IncludeStackInfo& ISI = IncludeMacroStack[i-1];
571 IncludeStackInfo &ISI = *(IncludeMacroStack.end()-i-1);
PPDirectives.cpp 651 IncludeStackInfo &ISEntry = IncludeMacroStack[e - i - 1];
712 IncludeStackInfo &ISEntry = IncludeMacroStack[e-i-1];
    [all...]
PPMacroExpansion.cpp 394 IncludeStackInfo &Entry = IncludeMacroStack[i-1];
    [all...]

Completed in 43 milliseconds