Home | History | Annotate | Download | only in Sema

Lines Matching refs:LookupDC

11314     DeclContext *LookupDC = DC;
11315 while (LookupDC->isTransparentContext())
11316 LookupDC = LookupDC->getParent();
11319 LookupQualifiedName(Previous, LookupDC);
11326 DC = LookupDC;
11331 if (isa<TranslationUnitDecl>(LookupDC)) break;
11333 if (LookupDC->isFileContext()) break;
11335 LookupDC = LookupDC->getParent();