Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaModule.cpp534 static const ExportDecl *getEnclosingExportDecl(const Decl *D) { in getEnclosingExportDecl() function
606 if (ExportLoc.isValid() || getEnclosingExportDecl(Import)) in ActOnModuleImport()
810 if (auto *ED = getEnclosingExportDecl(D)) { in ActOnStartExportDecl()