Searched refs:isImportedDeclContext (Results 1 – 1 of 1) sorted by relevance
6796 static bool isImportedDeclContext(ASTReader *Chain, const Decl *D) { in isImportedDeclContext() function6824 if (D->isFromASTFile() || !isImportedDeclContext(Chain, cast<Decl>(DC))) in AddedVisibleDecl()6845 if (D->isFromASTFile() || !isImportedDeclContext(Chain, RD)) in AddedCXXImplicitMember()