Lines Matching defs:BlockStart
928 SourceLocation BlockStart) {
931 AllUnnamed &= checkExportedDecl(S, D, BlockStart);
936 static bool checkExportedDecl(Sema &S, Decl *D, SourceLocation BlockStart) {
957 if (BlockStart.isValid())
958 S.Diag(BlockStart, diag::note_export);
973 if (BlockStart.isValid())
974 S.Diag(BlockStart, diag::note_export);
988 if (BlockStart.isValid())
989 S.Diag(BlockStart, diag::note_export);
993 return checkExportedDeclContext(S, DC, BlockStart);
1008 SourceLocation BlockStart =
1011 checkExportedDecl(*this, Child, BlockStart);