Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTWriter.cpp6079 static bool isImportedDeclContext(ASTReader *Chain, const Decl *D) { in isImportedDeclContext() function
6107 if (D->isFromASTFile() || !isImportedDeclContext(Chain, cast<Decl>(DC))) in AddedVisibleDecl()
6128 if (D->isFromASTFile() || !isImportedDeclContext(Chain, RD)) in AddedCXXImplicitMember()