Searched refs:Globls (Results 1 – 1 of 1) sorted by relevance
550 void accumulateGlobals(std::unique_ptr<VariableDeclarationList> Globls) { in accumulateGlobals() argument552 if (Globls != nullptr) { in accumulateGlobals()553 Globals.merge(Globls.get()); in accumulateGlobals()