Home | History | Annotate | Download | only in Sema

Lines Matching refs:LookupDC

11944     DeclContext *LookupDC = DC;
11945 while (LookupDC->isTransparentContext())
11946 LookupDC = LookupDC->getParent();
11949 LookupQualifiedName(Previous, LookupDC);
11952 DC = LookupDC;
11957 if (isa<TranslationUnitDecl>(LookupDC)) break;
11959 if (LookupDC->isFileContext()) break;
11961 LookupDC = LookupDC->getParent();