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 301 struct IncludeStackInfo {
312 IncludeStackInfo(enum CurLexerKind CurLexerKind, Module *TheSubmodule,
324 IncludeStackInfo(IncludeStackInfo &&RHS)
333 std::vector<IncludeStackInfo> IncludeMacroStack;
    [all...]
  /external/clang/lib/Lex/
PPLexerChange.cpp 57 const IncludeStackInfo& ISI = IncludeMacroStack[i-1];
565 IncludeStackInfo &ISI = *(IncludeMacroStack.end()-i-1);
PPDirectives.cpp 594 IncludeStackInfo &ISEntry = IncludeMacroStack[e - i - 1];
633 IncludeStackInfo &ISEntry = IncludeMacroStack[e-i-1];
    [all...]
PPMacroExpansion.cpp 192 IncludeStackInfo &Entry = IncludeMacroStack[i-1];
    [all...]

Completed in 155 milliseconds