Lines Matching defs:BlockStart
921 SourceLocation BlockStart) {
924 AllUnnamed &= checkExportedDecl(S, D, BlockStart);
929 static bool checkExportedDecl(Sema &S, Decl *D, SourceLocation BlockStart) {
950 if (BlockStart.isValid())
951 S.Diag(BlockStart, diag::note_export);
966 if (BlockStart.isValid())
967 S.Diag(BlockStart, diag::note_export);
981 if (BlockStart.isValid())
982 S.Diag(BlockStart, diag::note_export);
986 return checkExportedDeclContext(S, DC, BlockStart);
1001 SourceLocation BlockStart =
1004 checkExportedDecl(*this, Child, BlockStart);