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

  /external/clang/lib/Lex/
PPLexerChange.cpp 38 return IncludeMacroStack.empty();
41 assert(IsFileLexer(IncludeMacroStack[0]) &&
43 for (unsigned i = 1, e = IncludeMacroStack.size(); i != e; ++i)
44 if (IsFileLexer(IncludeMacroStack[i]))
57 for (unsigned i = IncludeMacroStack.size(); i != 0; --i) {
58 const IncludeStackInfo& ISI = IncludeMacroStack[i-1];
77 if (MaxIncludeStackDepth < IncludeMacroStack.size())
78 MaxIncludeStackDepth = IncludeMacroStack.size();
371 if (!IncludeMacroStack.empty()) {
545 assert(!IncludeMacroStack.empty() && "Ran out of stack entries to load")
    [all...]
PPDirectives.cpp 788 for (unsigned i = 0, e = IncludeMacroStack.size(); i != e; ++i) {
789 IncludeStackInfo &ISEntry = IncludeMacroStack[e - i - 1];
    [all...]
PPMacroExpansion.cpp 393 for (unsigned i = IncludeMacroStack.size(); i != 0; --i) {
394 IncludeStackInfo &Entry = IncludeMacroStack[i-1];
    [all...]
Preprocessor.cpp 148 IncludeMacroStack.clear();
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 358 std::vector<IncludeStackInfo> IncludeMacroStack;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 356 std::vector<IncludeStackInfo> IncludeMacroStack;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
Preprocessor.h 394 std::vector<IncludeStackInfo> IncludeMacroStack;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
Preprocessor.h 394 std::vector<IncludeStackInfo> IncludeMacroStack;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
Preprocessor.h 397 std::vector<IncludeStackInfo> IncludeMacroStack;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
Preprocessor.h 397 std::vector<IncludeStackInfo> IncludeMacroStack;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
Preprocessor.h 397 std::vector<IncludeStackInfo> IncludeMacroStack;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
Preprocessor.h 397 std::vector<IncludeStackInfo> IncludeMacroStack;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 356 std::vector<IncludeStackInfo> IncludeMacroStack;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
Preprocessor.h 394 std::vector<IncludeStackInfo> IncludeMacroStack;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
Preprocessor.h 394 std::vector<IncludeStackInfo> IncludeMacroStack;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
Preprocessor.h 397 std::vector<IncludeStackInfo> IncludeMacroStack;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
Preprocessor.h 397 std::vector<IncludeStackInfo> IncludeMacroStack;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
Preprocessor.h 397 std::vector<IncludeStackInfo> IncludeMacroStack;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
Preprocessor.h 397 std::vector<IncludeStackInfo> IncludeMacroStack;
    [all...]

Completed in 133 milliseconds