Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp11659 DeclContext *OrigDC = Orig->getDeclContext(); in CheckUsingShadowDecl() local
11662 if (isa<EnumDecl>(OrigDC)) OrigDC = OrigDC->getParent(); in CheckUsingShadowDecl()
11663 CXXRecordDecl *OrigRec = cast<CXXRecordDecl>(OrigDC); in CheckUsingShadowDecl()
11668 if (OrigDC == CurContext) { in CheckUsingShadowDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp1623 DeclContext *OrigDC = D->getDeclContext(); in ImportDeclParts() local
1625 if (isa<RecordDecl>(D) && (FunDecl = dyn_cast<FunctionDecl>(OrigDC)) && in ImportDeclParts()