Home
last modified time | relevance | path

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

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