Searched refs:OrigDC (Results 1 – 3 of 3) sorted by relevance
7914 DeclContext *OrigDC = Orig->getDeclContext(); in CheckUsingShadowDecl() local7917 if (isa<EnumDecl>(OrigDC)) OrigDC = OrigDC->getParent(); in CheckUsingShadowDecl()7918 CXXRecordDecl *OrigRec = cast<CXXRecordDecl>(OrigDC); in CheckUsingShadowDecl()7923 if (OrigDC == CurContext) { in CheckUsingShadowDecl()
11600 DeclContext *OrigDC = Orig->getDeclContext(); in CheckUsingShadowDecl() local11603 if (isa<EnumDecl>(OrigDC)) OrigDC = OrigDC->getParent(); in CheckUsingShadowDecl()11604 CXXRecordDecl *OrigRec = cast<CXXRecordDecl>(OrigDC); in CheckUsingShadowDecl()11609 if (OrigDC == CurContext) { in CheckUsingShadowDecl()
1608 DeclContext *OrigDC = D->getDeclContext(); in ImportDeclParts() local1610 if (isa<RecordDecl>(D) && (FunDecl = dyn_cast<FunctionDecl>(OrigDC)) && in ImportDeclParts()