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

  /external/clang/lib/Lex/
MacroArgs.cpp 35 for (MacroArgs **Entry = &PP.MacroArgCache; *Entry;
82 ArgCache = PP.MacroArgCache;
83 PP.MacroArgCache = this;
Preprocessor.cpp 80 CurSubmoduleState(&NullSubmoduleState), MacroArgCache(nullptr),
157 // This populates MacroArgCache, so all TokenLexers need to be destroyed
158 // before the code below that frees up the MacroArgCache list.
168 for (MacroArgs *ArgList = MacroArgCache; ArgList;)
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 570 MacroArgs *MacroArgCache;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 570 MacroArgs *MacroArgCache;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
Preprocessor.h 611 MacroArgs *MacroArgCache;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
Preprocessor.h 611 MacroArgs *MacroArgCache;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
Preprocessor.h 614 MacroArgs *MacroArgCache;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
Preprocessor.h 614 MacroArgs *MacroArgCache;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
Preprocessor.h 614 MacroArgs *MacroArgCache;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
Preprocessor.h 614 MacroArgs *MacroArgCache;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 570 MacroArgs *MacroArgCache;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
Preprocessor.h 611 MacroArgs *MacroArgCache;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
Preprocessor.h 611 MacroArgs *MacroArgCache;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
Preprocessor.h 614 MacroArgs *MacroArgCache;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
Preprocessor.h 614 MacroArgs *MacroArgCache;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
Preprocessor.h 614 MacroArgs *MacroArgCache;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
Preprocessor.h 614 MacroArgs *MacroArgCache;
    [all...]

Completed in 113 milliseconds