Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPDirectives.cpp36 if (MICache) { in AllocateMacroInfo()
37 MIChain = MICache; in AllocateMacroInfo()
38 MICache = MICache->Next; in AllocateMacroInfo()
80 MIChain->Next = MICache; in ReleaseMacroInfo()
81 MICache = MIChain; in ReleaseMacroInfo()
DPreprocessor.cpp66 Record(0), MIChainHead(0), MICache(0) in Preprocessor()
/external/clang/include/clang/Lex/
DPreprocessor.h364 MacroInfoChain *MICache; variable