Searched refs:PendingMacroInfo (Results 1 – 2 of 2) sorted by relevance
671 struct PendingMacroInfo { struct675 PendingMacroInfo(ModuleFile *M, uint64_t MacroDirectivesOffset) in PendingMacroInfo() argument679 typedef llvm::MapVector<IdentifierInfo *, SmallVector<PendingMacroInfo, 2> >1872 void resolvePendingMacro(IdentifierInfo *II, const PendingMacroInfo &PMInfo);
1627 PendingMacroIDs[II].push_back(PendingMacroInfo(M, MacroDirectivesOffset)); in addPendingMacro()1769 const PendingMacroInfo &PMInfo) { in resolvePendingMacro()8291 SmallVector<PendingMacroInfo, 2> GlobalIDs; in finishPendingActions()8296 const PendingMacroInfo &Info = GlobalIDs[IDIdx]; in finishPendingActions()8304 const PendingMacroInfo &Info = GlobalIDs[IDIdx]; in finishPendingActions()