Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp821 static bool checkExportedDecl(Sema &, Decl *, SourceLocation);
828 AllUnnamed &= checkExportedDecl(S, D, BlockStart); in checkExportedDeclContext()
833 static bool checkExportedDecl(Sema &S, Decl *D, SourceLocation BlockStart) { in checkExportedDecl() function
899 checkExportedDecl(*this, Child, BlockStart); in ActOnFinishExportDecl()