Home | History | Annotate | Download | only in Sema

Lines Matching refs:getLexicalParent

722     DC = DC->getLexicalParent();
732 while (CXXRecordDecl *RD = dyn_cast<CXXRecordDecl>(DC->getLexicalParent()))
743 return DC->getLexicalParent()->getLexicalParent();
745 return DC->getLexicalParent();