Home | History | Annotate | Download | only in Parse

Lines Matching defs:DD

1331   DeclContext *DD = FunD;
1332 while (DD && !DD->isTranslationUnit()) {
1333 DeclContextsToReenter.push_back(DD);
1334 DD = DD->getLexicalParent();