Home
last modified time | relevance | path

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

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