Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DMacroArgs.cpp35 for (MacroArgs **Entry = &PP.MacroArgCache; *Entry; in create()
88 ArgCache = PP.MacroArgCache; in destroy()
89 PP.MacroArgCache = this; in destroy()
H A DPreprocessor.cpp181 for (MacroArgs *ArgList = MacroArgCache; ArgList;) in ~Preprocessor()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h682 MacroArgs *MacroArgCache = nullptr; variable