Searched refs:MacroInfoChain (Results 1 – 3 of 3) sorted by relevance
635 struct MacroInfoChain { struct637 MacroInfoChain *Next; argument642 MacroInfoChain *MIChainHead;
151 while (MacroInfoChain *I = MIChainHead) { in ~Preprocessor()153 I->~MacroInfoChain(); in ~Preprocessor()
42 MacroInfoChain *MIChain = BP.Allocate<MacroInfoChain>(); in AllocateMacroInfo()