Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Lex/
H A DMacroArgs.cpp35 for (MacroArgs **Entry = &PP.MacroArgCache; *Entry; in create()
82 ArgCache = PP.MacroArgCache; in destroy()
83 PP.MacroArgCache = this; in destroy()
H A DPreprocessor.cpp76 Callbacks(nullptr), MacroArgCache(nullptr), Record(nullptr), in Preprocessor()
164 for (MacroArgs *ArgList = MacroArgCache; ArgList;) in ~Preprocessor()
/minix/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h386 MacroArgs *MacroArgCache; variable