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