Searched refs:MacroList (Results 1 – 6 of 6) sorted by relevance
43 typedef SmallVector<Entry, 4> MacroList; typedef46 MacroList Macros;
43 using MacroList = SmallVector<Entry, 4>; variable46 MacroList Macros;
139 for (auto& m : MacroList::cast(declarable)->list()) { in TryLookupMacro()243 MacroList* Declarations::GetMacroListForName(const std::string& name, in GetMacroListForName()246 MacroList* macro_list = nullptr; in GetMacroListForName()248 macro_list = new MacroList(); in GetMacroListForName()255 macro_list = MacroList::cast(previous); in GetMacroListForName()
260 class MacroList : public Declarable {262 DECLARE_DECLARABLE_BOILERPLATE(MacroList, macro_list);271 MacroList() : Declarable(Declarable::kMacroList) {} in MacroList() function
144 MacroList* GetMacroListForName(const std::string& name,
1206 for (Macro* m : MacroList::cast(declarable)->list()) { in LookupCall()