Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaModule.cpp479 static const ExportDecl *getEnclosingExportDecl(const Decl *D) { in getEnclosingExportDecl() function
554 if (ExportLoc.isValid() || getEnclosingExportDecl(Import)) in ActOnModuleImport()
763 if (auto *ED = getEnclosingExportDecl(D)) { in ActOnStartExportDecl()