Searched refs:MacroArgCache (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Lex/
H A DMacroArgs.cpp35 for (MacroArgs **Entry = &PP.MacroArgCache; *Entry;
82 ArgCache = PP.MacroArgCache;
83 PP.MacroArgCache = this;
H A DPreprocessor.cpp72 Callbacks(nullptr), MacroArgCache(nullptr), Record(nullptr),
149 // This populates MacroArgCache, so all TokenLexers need to be destroyed
150 // before the code below that frees up the MacroArgCache list.
159 for (MacroArgs *ArgList = MacroArgCache; ArgList;)
/external/clang/include/clang/Lex/
H A DPreprocessor.h368 MacroArgs *MacroArgCache; member in class:clang::Preprocessor

Completed in 252 milliseconds