Lines Matching full:getparent
2009 for (const Scope *S = getCurScope(); S; S = S->getParent()) {2020 const Scope *Parent = S->getParent();2022 Parent = Parent->getParent();2519 Victim->TemplateScope = getCurScope()->getParent()->isTemplateParamScope();