Home | History | Annotate | Download | only in Sema

Lines Matching refs:CommonAncestor

7600     DeclContext *CommonAncestor = cast<DeclContext>(NS);
7601 while (CommonAncestor && !CommonAncestor->Encloses(CurContext))
7602 CommonAncestor = CommonAncestor->getParent();
7606 IdentLoc, Named, CommonAncestor);