Home | History | Annotate | Download | only in Sema

Lines Matching refs:getCommonAncestor

70     const DeclContext *getCommonAncestor() const {
81 return L.getCommonAncestor() < R.getCommonAncestor();
85 return E.getCommonAncestor() < DC;
89 return DC < E.getCommonAncestor();