Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DMacroArgs.cpp35 for (MacroArgs **Entry = &PP.MacroArgCache; *Entry; in create()
82 ArgCache = PP.MacroArgCache; in destroy()
83 PP.MacroArgCache = this; in destroy()
DPreprocessor.cpp80 CurSubmoduleState(&NullSubmoduleState), MacroArgCache(nullptr), in Preprocessor()
168 for (MacroArgs *ArgList = MacroArgCache; ArgList;) in ~Preprocessor()
/external/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.cpp191 for (MacroArgs *ArgList = MacroArgCache; ArgList;) in ~Preprocessor()
/external/clang/include/clang/Lex/
DPreprocessor.h570 MacroArgs *MacroArgCache; variable
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h790 MacroArgs *MacroArgCache = nullptr; variable