Home | History | Annotate | Download | only in Parse

Lines Matching defs:DD

1270     DeclContext *DD = FD->getLexicalParent();
1271 while (DD && !DD->isTranslationUnit()) {
1272 DeclContextToReenter.push_back(DD);
1273 DD = DD->getLexicalParent();