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