Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaModule.cpp334 static const ExportDecl *getEnclosingExportDecl(const Decl *D) { in getEnclosingExportDecl() function
395 if (ExportLoc.isValid() || getEnclosingExportDecl(Import)) in ActOnModuleImport()
571 if (auto *ED = getEnclosingExportDecl(D)) { in ActOnStartExportDecl()