Home
last modified time | relevance | path

Searched refs:OrigDC (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclCXX.cpp7914 DeclContext *OrigDC = Orig->getDeclContext(); in CheckUsingShadowDecl() local
7917 if (isa<EnumDecl>(OrigDC)) OrigDC = OrigDC->getParent(); in CheckUsingShadowDecl()
7918 CXXRecordDecl *OrigRec = cast<CXXRecordDecl>(OrigDC); in CheckUsingShadowDecl()
7923 if (OrigDC == CurContext) { in CheckUsingShadowDecl()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp11600 DeclContext *OrigDC = Orig->getDeclContext(); in CheckUsingShadowDecl() local
11603 if (isa<EnumDecl>(OrigDC)) OrigDC = OrigDC->getParent(); in CheckUsingShadowDecl()
11604 CXXRecordDecl *OrigRec = cast<CXXRecordDecl>(OrigDC); in CheckUsingShadowDecl()
11609 if (OrigDC == CurContext) { in CheckUsingShadowDecl()
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp1608 DeclContext *OrigDC = D->getDeclContext(); in ImportDeclParts() local
1610 if (isa<RecordDecl>(D) && (FunDecl = dyn_cast<FunctionDecl>(OrigDC)) && in ImportDeclParts()