Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp12695 DeclContext *OrigDC = Orig->getDeclContext(); in CheckUsingShadowDecl() local
12698 if (isa<EnumDecl>(OrigDC)) in CheckUsingShadowDecl()
12699 OrigDC = OrigDC->getParent(); in CheckUsingShadowDecl()
12700 CXXRecordDecl *OrigRec = cast<CXXRecordDecl>(OrigDC); in CheckUsingShadowDecl()
12705 if (OrigDC == CurContext) { in CheckUsingShadowDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp2152 DeclContext *OrigDC = D->getDeclContext(); in ImportDeclParts() local
2154 if (isa<RecordDecl>(D) && (FunDecl = dyn_cast<FunctionDecl>(OrigDC)) && in ImportDeclParts()