Searched refs:MacroInfoChain (Results 1 – 3 of 3) sorted by relevance
627 struct MacroInfoChain { struct629 MacroInfoChain *Next; argument634 MacroInfoChain *MIChainHead;
148 while (MacroInfoChain *I = MIChainHead) { in ~Preprocessor()150 I->~MacroInfoChain(); in ~Preprocessor()
37 MacroInfoChain *MIChain = BP.Allocate<MacroInfoChain>(); in AllocateMacroInfo()