Lines Matching refs:BlockStart
825 SourceLocation BlockStart) { in checkExportedDeclContext() argument
828 AllUnnamed &= checkExportedDecl(S, D, BlockStart); in checkExportedDeclContext()
833 static bool checkExportedDecl(Sema &S, Decl *D, SourceLocation BlockStart) { in checkExportedDecl() argument
844 if (BlockStart.isValid()) in checkExportedDecl()
845 S.Diag(BlockStart, diag::note_export); in checkExportedDecl()
860 if (BlockStart.isValid()) in checkExportedDecl()
861 S.Diag(BlockStart, diag::note_export); in checkExportedDecl()
875 if (BlockStart.isValid()) in checkExportedDecl()
876 S.Diag(BlockStart, diag::note_export); in checkExportedDecl()
880 return checkExportedDeclContext(S, DC, BlockStart); in checkExportedDecl()
896 SourceLocation BlockStart = in ActOnFinishExportDecl() local
899 checkExportedDecl(*this, Child, BlockStart); in ActOnFinishExportDecl()