Home | History | Annotate | Download | only in Sema

Lines Matching full:getparent

577     DC = DC->getParent();
718 for (Scope *S = getCurScope(); S; S = S->getParent()) {