Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp187 for (MacroArgs *ArgList = MacroArgCache; ArgList;) in ~Preprocessor()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h790 MacroArgs *MacroArgCache = nullptr; variable