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

/external/clang/lib/Lex/
H A DPPDirectives.cpp39 if (MICache) {
40 MIChain = MICache;
41 MICache = MICache->Next;
115 MIChain->Next = MICache;
116 MICache = MIChain;
H A DPreprocessor.cpp73 MIChainHead(nullptr), MICache(nullptr), DeserialMIChainHead(nullptr) {
/external/clang/include/clang/Lex/
H A DPreprocessor.h445 MacroInfoChain *MICache; member in class:clang::Preprocessor

Completed in 450 milliseconds