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