Lines Matching defs:Common
73 // Sort by the pointer value of the common ancestor.
183 // Find the common ancestor between the effective context and
185 DeclContext *Common = UD->getNominatedNamespace();
186 while (!Common->Encloses(EffectiveDC))
187 Common = Common->getParent();
188 Common = Common->getPrimaryContext();
190 list.push_back(UnqualUsingEntry(UD->getNominatedNamespace(), Common));
762 // using directives whose common ancestor is this namespace.
2877 /// single declaration (the common case) but can also store a list
3574 // Eliminate common elements from the two DeclContext chains.