Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DMacroArgs.cpp34 for (MacroArgs **Entry = &PP.MacroArgCache; *Entry; in create()
85 ArgCache = PP.MacroArgCache; in destroy()
86 PP.MacroArgCache = this; in destroy()
DPreprocessor.cpp187 for (MacroArgs *ArgList = MacroArgCache; ArgList;) in ~Preprocessor()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DPreprocessor.h791 MacroArgs *MacroArgCache = nullptr; variable