Lines Matching refs:CurContext
600 (OldIsUsingDecl || NewIsUsingDecl) && CurContext->isRecord();
747 return FD->isUnavailable() && !cast<Decl>(CurContext)->isUnavailable();
8167 for (DeclContext *DC = SemaRef.CurContext; DC; DC = DC->getParent()) {
9290 if ((isa<CXXConstructorDecl>(CurContext) ||
9291 isa<CXXDestructorDecl>(CurContext)) &&
9298 << MD->getDeclName() << isa<CXXDestructorDecl>(CurContext)